Skip to content

Instantly share code, notes, and snippets.

@oboje
Created October 18, 2016 10:25
Show Gist options
  • Save oboje/3ee4897847dc52912c06c6aa0401a80c to your computer and use it in GitHub Desktop.
Save oboje/3ee4897847dc52912c06c6aa0401a80c to your computer and use it in GitHub Desktop.
iOS GitIgnore
#Build
Build/
DerivedData/
#Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
#Other
*.moved-aside
*.xcuserstate
#Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
#CocoaPods
Pods/
#Carthage
Carthage/Build
#fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment