Skip to content

Instantly share code, notes, and snippets.

@thedaviddias
Created June 5, 2015 18:38
Show Gist options
  • Save thedaviddias/33f85148376d1f9b9446 to your computer and use it in GitHub Desktop.
Save thedaviddias/33f85148376d1f9b9446 to your computer and use it in GitHub Desktop.
My gitignore global
# 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