Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oliverbarreto/7855911 to your computer and use it in GitHub Desktop.
Save oliverbarreto/7855911 to your computer and use it in GitHub Desktop.
.gitignore & .gitattributes for Xcode Projects (Thanks to @sendoa http://www.punteroavoid.com/blog/2013/07/12/iniciando-un-nuevo-proyecto-ios/) Excludes CocoaPods files !!!
// .gitignore
# OS X Finder
.DS_Store
# Xcode per-user config
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
xcuserdata
# Build products
build/
*.o
*.LinkFileList
*.hmap
# Automatic backup files
*~.nib/
*.swp
*~
*.dat
*.dep
# Cocoapods
Pods
# AppCode specific files
.idea/
*.iml
// .gitattributes
*.pbxproj binary merge=union
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment