Skip to content

Instantly share code, notes, and snippets.

@kiero
Created July 24, 2011 00:33
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kiero/1102043 to your computer and use it in GitHub Desktop.
Save kiero/1102043 to your computer and use it in GitHub Desktop.
.gitignore & .gitattributes for Xcode projects
# excludes this file from merges
# treats it like binary file
*.pbxproj -crlf -diff -merge
# xcode noise
# the following two lines ignore everything inside .xcodeproj
# folder except project.pbxproj file
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
build/*
# OS X noise
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment