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!
master
Oliver Sartun 10 years ago
parent 59bfb236cf
commit 5a6e37e7d5

3
.gitignore vendored

@ -1 +1,2 @@
.DS_Store .DS_Store
node_modules
Loading…
Cancel
Save