Last active
September 28, 2018 07:13
-
-
Save ss-abramchuk/a75758bd4c001bc157ab504b90fa2162 to your computer and use it in GitHub Desktop.
Xcode gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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