Skip to content

Instantly share code, notes, and snippets.

@bsrz
Last active March 18, 2017 16:10
Show Gist options
  • Select an option

  • Save bsrz/c00e6932305079aa84d6 to your computer and use it in GitHub Desktop.

Select an option

Save bsrz/c00e6932305079aa84d6 to your computer and use it in GitHub Desktop.
Default .gitignore for iOS
# Xcode
## Build generated
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
## Playgrounds
timeline.xctimeline
playground.xcworkspace
# Swift Package Manager
Packages/
.build/
# CocoaPods
Pods/
# Carthage
Carthage/
# 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