Skip to content

Instantly share code, notes, and snippets.

@simonexmachina
Last active October 24, 2019 05:44
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save simonexmachina/5adfb773d4aa4e20782b to your computer and use it in GitHub Desktop.
Save simonexmachina/5adfb773d4aa4e20782b to your computer and use it in GitHub Desktop.
Example .gitignore file for iOS projects
## Build generated
build/
DerivedData
build.xcarchive
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint
## Obj-C/Swift specific
*.hmap
*.ipa
# CocoaPods
Pods/
# Carthage
Carthage/Checkouts
Carthage/Build
@samuraijane
Copy link

You may want to add .DS_Store

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment