Skip to content

Instantly share code, notes, and snippets.

@Winchariot
Last active October 8, 2019 18:52
Show Gist options
  • Save Winchariot/6ae184c119cba3708306ee2a0c06c099 to your computer and use it in GitHub Desktop.
Save Winchariot/6ae184c119cba3708306ee2a0c06c099 to your computer and use it in GitHub Desktop.
iOS template gitignore
#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