Last active
March 18, 2017 16:10
-
-
Save bsrz/c00e6932305079aa84d6 to your computer and use it in GitHub Desktop.
Default .gitignore for iOS
This file contains hidden or 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 | |
| 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