Last active
October 8, 2019 18:52
-
-
Save Winchariot/6ae184c119cba3708306ee2a0c06c099 to your computer and use it in GitHub Desktop.
iOS template 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
#if using Cocoapods | |
Pods/ | |
#if using bundler to manage Cocoapods version | |
.bundle | |
vendor/ | |
.DS_Store | |
.idea | |
*.swp | |
*~.nib | |
build/ | |
infer-out/ | |
*.pbxuser | |
*.perspective | |
*.perspectivev3 | |
*.mode1v3 | |
*.mode2v3 | |
xcuserdata | |
*.xccheckout | |
*.xcscmblueprint | |
*.xcuserstate | |
*.gcno | |
*.orig | |
/Backup | |
.ruby-version | |
*.hmap | |
*.ipa | |
*.dSYM.zip | |
*.dSYM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment