Created
March 14, 2013 00:36
-
-
Save nickpoorman/5157855 to your computer and use it in GitHub Desktop.
gitignore problem
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 | |
# 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 | |
*~ |
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_modules/nodemailer/node_modules/simplesmtp/node_modules/xoauth2/node_modules/request/node_modules/form-data/node_modules/async/LICENSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment