Created
October 18, 2016 10:25
-
-
Save oboje/3ee4897847dc52912c06c6aa0401a80c to your computer and use it in GitHub Desktop.
iOS GitIgnore
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
#Build | |
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 | |
#CocoaPods | |
Pods/ | |
#Carthage | |
Carthage/Build | |
#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