Add some Node things to gitignore
This commit is contained in:
parent
a0f098bff3
commit
dd5304356b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue