Skip to content

Instantly share code, notes, and snippets.

@tomekc
Created November 24, 2013 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomekc/7633798 to your computer and use it in GitHub Desktop.
Save tomekc/7633798 to your computer and use it in GitHub Desktop.
.gitignore for Xcode and AppCode projects. Collected from internet's collective wisdom :]
# xcode noise
build/*
*.perspective
*.perspectivev3
*.pbxuser
*.xcworkspace
*.mode1
*.mode2v3
*.mode1v3
xcuserdata
Snapshots
*.xccheckout
profile
*.moved-aside
DerivedData/
# NB: also, whitelist the default ones, some projects need to use these
!default.pbxuser
!default.mode1v3
!default.mode2v3
!default.perspectivev3
# AppCode noise
.idea
# CocoaPods
Pods
# osx noise
.DS_Store
*.swp
*.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment