-
-
Save bartjacobs/8334797 to your computer and use it in GitHub Desktop.
This file contains 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
############################################## | |
# .gitignore for Xcode 5 Project # | |
# https://gist.github.com/bartjacobs/8334797 # | |
############################################## | |
# Temporary Files OS X | |
.DS_Store | |
*.swp | |
*.lock | |
profile | |
# Temporary Files Xcode | |
*~.nib | |
# Xcode Build Files | |
DerivedData/ | |
build/ | |
# Xcode Private Settings | |
*.pbxuser | |
*.mode1v3 | |
*.mode2v3 | |
*.perspectivev3 | |
# Whitelist Defaults | |
!default.pbxuser | |
!default.mode1v3 | |
!default.mode2v3 | |
!default.perspectivev3 | |
# Xcode 5 Personal Settings | |
xcuserdata | |
# Xcode 5 Deprecated Classes | |
*.moved-aside | |
# Xcode 5 Version Control | |
*.xccheckout | |
# Cocoapods | |
Pods/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment