Created
February 21, 2012 12:45
-
-
Save paulvollmer/1876339 to your computer and use it in GitHub Desktop.
gitignore oF Xcode project
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
# https://gist.github.com/gists/1876339 | |
*.DS_Store | |
# ignore Xcode compiled build folder and application. | |
*build | |
*.app | |
# ignore Xcode User .pbxuser and .mode1v3 files. | |
*.pbxuser | |
*.mode1v3 | |
*.pbxproj | |
*.xcworkspacedata | |
*.xcscheme |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment