-
-
Save thoretton-edwin/bc816550cf1d19869f5048891aba9245 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