Created
June 5, 2015 18:38
-
-
Save thedaviddias/33f85148376d1f9b9446 to your computer and use it in GitHub Desktop.
My gitignore global
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
# Sass template | |
############### | |
.sass-cache/ | |
*.css.map | |
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | |
############### | |
.grunt | |
# node-waf configuration | |
############### | |
.lock-wscript | |
# Compiled binary addons (http://nodejs.org/api/addons.html) | |
############### | |
build/Release | |
# Dependency directory | |
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- | |
############### | |
node_modules | |
bower_components | |
## Directory-based project format: | |
############ | |
.idea/ | |
# JIRA plugin | |
############ | |
atlassian-ide-plugin.xml | |
# Packages | |
############ | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
*.zip | |
# Logs and databases | |
###################### | |
*.log | |
*.sql | |
*.sqlite | |
# OS generated files | |
###################### | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment