Last active
August 29, 2015 14:17
-
-
Save ThinhPhan/269bbe7ae4fbf7295a42 to your computer and use it in GitHub Desktop.
Xcode .gitignore file.
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 Xcode 6 | |
# Created by ThinhPhan | |
# Version: 1.1 | |
# Created date: 2014-08-09 | |
# Modified date: 2015-03-14 | |
####################### | |
### Xcode private settings ### | |
# | |
*.pbxuser | |
#.model | |
*.mode1v3 | |
*.mode2v3 | |
*.perspective | |
*.perspectivev3 | |
!default.pbxuser | |
!default.mode1v3 | |
!default.mode2v3 | |
!default.perspectivev3 | |
#*.xcworkspace | |
!default.xcworkspace | |
xcuserdata | |
#### | |
# Xcode 5 - Source Control files | |
*.xccheckout | |
*.moved-aside | |
#### | |
# Xcode build files - | |
DerivedData/ | |
build/ | |
*.hmap | |
*.ipa | |
*.xcuserstate | |
*.LinkFileList | |
.idea/ | |
profile | |
# Generated files | |
*.o | |
*.pyc | |
*.hi | |
# Automatic Backup files | |
*~.nib | |
*.dat | |
*.dep | |
##### | |
# OS X temporary files that should never be committed | |
.DS_Store | |
.DS_Store? | |
.Spotlight-V100 | |
.Trashes | |
._* | |
*.swp | |
*.lock | |
###################### | |
# CocoaPods | |
# | |
# We recommend against adding the Pods directory to your .gitignore. However | |
# you should judge for yourself, the pros and cons are mentioned at: | |
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control | |
# | |
# Pods/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment