Skip to content

Instantly share code, notes, and snippets.

@hisui
Created May 10, 2014 05:00
Show Gist options
  • Save hisui/616296b93d1b7b5950cc to your computer and use it in GitHub Desktop.
Save hisui/616296b93d1b7b5950cc to your computer and use it in GitHub Desktop.
[iOS] .gitignore for Xcode project
# http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
.DS_Store
*.swp
*~.nib
DerivedData/
build/
xcuserdata
xcuserdata/**/*
*.pbxuser
# CocoaPods
Pods/
Podfile.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment