Created
February 14, 2014 23:03
-
-
Save mathisonian/9011385 to your computer and use it in GitHub Desktop.
node 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
lib-cov | |
*.seed | |
*.log | |
*.csv | |
*.dat | |
*.out | |
*.pid | |
*.gz | |
*.tmp | |
*.db | |
*.rdb | |
*.cache | |
bower_components | |
pids | |
logs | |
results | |
public | |
npm-debug.log | |
node_modules | |
.sass-cache/ | |
**/.sass-cache/ | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment