Add some Node things to gitignore

This commit is contained in:
Scott Kyle 2015-10-07 16:38:05 -07:00
parent a0f098bff3
commit dd5304356b
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -93,3 +93,7 @@ build/
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc .rvmrc
# node.js
node_modules/
npm-debug.log