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:
parent
59bfb236cf
commit
5a6e37e7d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
.DS_Store
|
||||
node_modules
|
Loading…
Reference in New Issue
Block a user