Skip to content

Instantly share code, notes, and snippets.

@jessbowers
Created June 1, 2013 17:24
Show Gist options
  • Save jessbowers/5691095 to your computer and use it in GitHub Desktop.
Save jessbowers/5691095 to your computer and use it in GitHub Desktop.
gitignore for iOS project with Cocopods - excludes the Pods directory
# Xcode
build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
!default.xcworkspace
xcuserdata
profile
*.moved-aside
.DS_Store
#JB
docs
*.tmproj
log
build
Pods
Podfile.lock
###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment