Skip to content

Instantly share code, notes, and snippets.

@fatuhoku
Created November 13, 2015 23:25
Show Gist options
  • Save fatuhoku/452d1621013fe7d1f2c3 to your computer and use it in GitHub Desktop.
Save fatuhoku/452d1621013fe7d1f2c3 to your computer and use it in GitHub Desktop.
.gitignore for iOS projects
# Xcode
.DS_Store
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
Pods/
# Ruby
.irb-history
# Calabash
screenshot*.png
# xclisten
xcodebuild_error.log
# Deliver
*.itmsp
Error*.png
# Shenzhen
*.dSYM.zip
*.ipa
# Sigh
# *.png
Distribution_*.mobileprovision
# NPM
node_modules/
npm-debug.log
# Fastlane
report.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment