Created
October 11, 2013 07:16
-
-
Save nickpoorman/6930788 to your computer and use it in GitHub Desktop.
.gitignore
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
# node.js # | |
########### | |
lib-cov | |
*.seed | |
*.log | |
*.csv | |
*.dat | |
*.out | |
*.pid | |
*.gz | |
pids | |
logs | |
results | |
npm-debug.log | |
node_modules | |
# SublimeText project files # | |
############################# | |
*.sublime-project | |
*.sublime-workspace | |
# OSX generated files # | |
###################### | |
.DS_Store | |
.AppleDouble | |
.LSOverride | |
Icon | |
# Files that might appear on external disk | |
.Spotlight-V100 | |
.Trashes | |
# vim # | |
####### | |
.*.s[a-w][a-z] | |
*.un~ | |
Session.vim | |
.netrwhist | |
*~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment