Skip to content

Instantly share code, notes, and snippets.

@woodnathan
Last active August 29, 2015 14:04
Show Gist options
  • Save woodnathan/d9117557a4552358452e to your computer and use it in GitHub Desktop.
Save woodnathan/d9117557a4552358452e to your computer and use it in GitHub Desktop.
Xcode Gitignore
# neciu/SOCK
*.pyc
# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.xccheckout
# CocoaPods
Pods
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Create ~/.gitignore_global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment