Skip to content

Instantly share code, notes, and snippets.

@SmallBlackCat
Created August 19, 2014 09:22
Show Gist options
  • Save SmallBlackCat/2a9e197bdd83f9147ed0 to your computer and use it in GitHub Desktop.
Save SmallBlackCat/2a9e197bdd83f9147ed0 to your computer and use it in GitHub Desktop.
git 忽略文件
# 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