Last active
December 28, 2015 01:19
-
-
Save CocoaBeans/7419701 to your computer and use it in GitHub Desktop.
Basic .gitignore
This file contains hidden or 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
# OS X Finder | |
.DS_Store | |
# Xcode per-user config | |
*.mode1 | |
*.mode1v3 | |
*.mode2v3 | |
*.perspective | |
*.perspectivev3 | |
*.pbxuser | |
*.xcworkspace | |
xcuserdata | |
*.xcuserdatad/ | |
# Build products | |
build/ | |
*.o | |
*.LinkFileList | |
*.hmap | |
docset-installed.txt | |
# Automatic backup files | |
*~.nib/ | |
*.swp | |
*~ | |
*.dat | |
*.dep | |
*.locuser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment