Skip to content

Instantly share code, notes, and snippets.

@tony0x59
Created March 27, 2014 05:11
Show Gist options
  • Save tony0x59/9800766 to your computer and use it in GitHub Desktop.
Save tony0x59/9800766 to your computer and use it in GitHub Desktop.
.gitignore file for iOS dev
# from: https://github.com/github/gitignore/blob/master/Global/Xcode.gitignore
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
profile
*.moved-aside
DerivedData
*.hmap
*.ipa
# custom
Pods/
Podfile.lock
# project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment