Skip to content

Commit b600d87

Browse files
committed
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.
1 parent e0c22a6 commit b600d87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/vendor
2+
/node_modules
23
.env

0 commit comments

Comments
 (0)