Skip to content

Instantly share code, notes, and snippets.

@ss-abramchuk
Last active September 28, 2018 07:13
Show Gist options
  • Save ss-abramchuk/a75758bd4c001bc157ab504b90fa2162 to your computer and use it in GitHub Desktop.
Save ss-abramchuk/a75758bd4c001bc157ab504b90fa2162 to your computer and use it in GitHub Desktop.
Xcode gitignore
## Xcode
## Build generated
[bB]uild/
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
## Swift Package Manager
# Packages/
# Package.pins
# Package.resolved
.build/
## CocoaPods
# Pods/
## Carthage
Carthage/**/Carthage/Checkouts
Carthage/**/Build
## fastlane
[fF]astlane/report.xml
[fF]astlane/.env.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment