Created
August 19, 2014 09:22
-
-
Save SmallBlackCat/2a9e197bdd83f9147ed0 to your computer and use it in GitHub Desktop.
git 忽略文件
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
# Mac OS X Finder and whatnot | |
.DS_Store | |
# Xcode | |
build/ | |
*.pbxuser | |
!default.pbxuser | |
*.mode1v3 | |
!default.mode1v3 | |
*.mode2v3 | |
!default.mode2v3 | |
*.perspectivev3 | |
!default.perspectivev3 | |
xcuserdata | |
*.xccheckout | |
profile | |
*.moved-aside | |
DerivedData | |
*.hmap | |
*.ipa | |
# Generated files | |
VersionX-revision.h | |
# build products | |
*.o | |
*.LinkFileList | |
# Other source repository archive directories (protects when importing) | |
.hg | |
.svn | |
CVS | |
# automatic backup files | |
*~.nib/ | |
*.swp | |
*~ | |
*.dat | |
*.dep | |
#CocoaPods | |
Pods | |
# AppCode data folder | |
.idea/ | |
# Temporary OS X files | |
*.lock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment