Created
July 24, 2011 00:33
-
-
Save kiero/1102043 to your computer and use it in GitHub Desktop.
.gitignore & .gitattributes for Xcode projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# excludes this file from merges | |
# treats it like binary file | |
*.pbxproj -crlf -diff -merge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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