Skip to content

Instantly share code, notes, and snippets.

@bilawal-liaqat
Forked from simonexmachina/.gitignore
Created November 28, 2018 08:26
Show Gist options
  • Save bilawal-liaqat/369c868ab451a90ac3139db8d93d8300 to your computer and use it in GitHub Desktop.
Save bilawal-liaqat/369c868ab451a90ac3139db8d93d8300 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment