Skip to content

Instantly share code, notes, and snippets.

@EvgenyMorozov
Created April 3, 2015 10:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save EvgenyMorozov/b678a31fc58a5a47a382 to your computer and use it in GitHub Desktop.
Save EvgenyMorozov/b678a31fc58a5a47a382 to your computer and use it in GitHub Desktop.
.gitignore for iOS project with CocoaPods (exclude CocoaPods files from repository).
# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
# CocoaPods
Podfile.lock
Pods
*.xcworkspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment