Last active
October 24, 2019 05:44
-
-
Save simonexmachina/5adfb773d4aa4e20782b to your computer and use it in GitHub Desktop.
Example .gitignore file for iOS projects
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
## Build generated | |
build/ | |
DerivedData | |
build.xcarchive | |
## Various settings | |
*.pbxuser | |
!default.pbxuser | |
*.mode1v3 | |
!default.mode1v3 | |
*.mode2v3 | |
!default.mode2v3 | |
*.perspectivev3 | |
!default.perspectivev3 | |
xcuserdata | |
## Other | |
*.xccheckout | |
*.moved-aside | |
*.xcuserstate | |
*.xcscmblueprint | |
## Obj-C/Swift specific | |
*.hmap | |
*.ipa | |
# CocoaPods | |
Pods/ | |
# Carthage | |
Carthage/Checkouts | |
Carthage/Build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You may want to add
.DS_Store