Add "node_modules" to .gitignore
Seems sensible if Laravel's going to push Elixir. A person unfamiliar with the node ecosystem should be able to use Elixir with ease, however I don't feel they should necessarily know up-front that they should add node_modules to their global .gitignore file.
This commit is contained in:
parent
e0c22a6e71
commit
b600d877f1
|
@ -1,2 +1,3 @@
|
|||
/vendor
|
||||
/node_modules
|
||||
.env
|
||||
|
|
Loading…
Reference in New Issue