Created
August 15, 2014 19:27
-
-
Save DarinM223/c3675f94d3e67684babc to your computer and use it in GitHub Desktop.
Global gitignore configuration
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
# Compiled source # | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
*.zip | |
# Logs and databases # | |
*.log | |
*.sql | |
*.sqlite | |
*.sqlite3 | |
# OS generated files # | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# Node.js # | |
node_modules/ | |
bower_components/ | |
packages/ | |
# Python # | |
*.pyc | |
# Virtualenv # | |
env/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment