Skip to content

Instantly share code, notes, and snippets.

@danielgehr
Last active November 28, 2017 09:25
Show Gist options
  • Save danielgehr/b527e8fc0ef42bdaa0bb47aa64ece6bc to your computer and use it in GitHub Desktop.
Save danielgehr/b527e8fc0ef42bdaa0bb47aa64ece6bc to your computer and use it in GitHub Desktop.
.gitignore template fox Xcode
## Build generated
build/
DerivedData/
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint
## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
## Playgrounds
timeline.xctimeline
playground.xcworkspace
## CocoaPods
Pods/
*.xcworkspace/
## Fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
artifacts
/*.mobileprovision
/*.cer
# Processed localization files
/localizations
!/localizations/.wti
!/localizations/xliff-translator.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment