Created
March 27, 2014 17:43
-
-
Save xXPhenomXx/9813541 to your computer and use it in GitHub Desktop.
Good Default .gitignore for Mac developers
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
# Logs and databases # | |
###################### | |
*.log | |
*.sql | |
*.sqlite | |
# OS generated files # | |
###################### | |
.DS_Store? | |
ehthumbs.db | |
Icon? | |
Thumbs.db | |
*.DS_Store | |
# Xcode | |
*.pbxuser | |
*.mode1v3 | |
*.mode2v3 | |
*.perspectivev3 | |
*.xcuserstate | |
project.xcworkspace/ | |
xcuserdata/ | |
# IDE | |
*.idea | |
*.iml | |
# Generated files | |
/web-app/WEB-INF | |
build/ | |
*.[oa] | |
*.pyc | |
# Other source repository archive directories (protects when importing) | |
.hg | |
.svn | |
CVS | |
# automatic backup files | |
*~.nib | |
*.swp | |
*~ | |
*(Autosaved).rtfd/ | |
Backup[ ]of[ ]*.pages/ | |
Backup[ ]of[ ]*.key/ | |
Backup[ ]of[ ]*.numbers/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment