Skip to content

Instantly share code, notes, and snippets.

@dev4dev
Last active April 13, 2016 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dev4dev/4555290 to your computer and use it in GitHub Desktop.
Save dev4dev/4555290 to your computer and use it in GitHub Desktop.
Git Ignore Rules
Thumbs.db
.Trash
# Exclude the build directory
/build
# Exclude OS X folder attributes
.DS_Store
# Exclude user-specific XCode 3 and 4 files
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
!default.pbxuser
!default.mode1v3
!default.mode2v3
!default.perspectivev3
xcuserdata
profile
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
# Exclude temp nibs and swap files
*.swp
*~
*.orig
*.rej
*.swp
.#*
*.obj
*.o
*.ncb
*.ilk
*.pyc
# Pods
Pods/BuildHeaders
Pods/Headers/Build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment