Ignore node_modules

If I get this:
http://stackoverflow.com/questions/11459475/should-i-check-in-node-modul
es-to-git-when-creating-a-node-js-app-on-heroku correctly, I shouldn’t
check in node_modules as this is not an application, but a reusable
package. Right?! I have honestly no experience with node!
This commit is contained in:
Oliver Sartun 2014-07-08 19:42:46 +02:00
parent 59bfb236cf
commit 5a6e37e7d5

1
.gitignore vendored
View File

@ -1 +1,2 @@
.DS_Store
node_modules