-
-
Save bilawal-liaqat/369c868ab451a90ac3139db8d93d8300 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