Created
October 24, 2012 06:47
-
-
Save indyfromoz/3944434 to your computer and use it in GitHub Desktop.
Gitignore for Xcode projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Exclude the build directory | |
build/* | |
# Exclude temp nibs and swap files | |
*~.nib | |
*.swp | |
# Exclude OS X folder attributes | |
.DS_Store | |
# Exclude user-specific XCode 3 and 4 files | |
*.mode1 | |
*.mode1v3 | |
*.mode2v3 | |
*.perspective | |
*.perspectivev3 | |
*.pbxuser | |
*.xcworkspace | |
xcuserdata | |
Snapshots |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment