Browse Source

Merge pull request #3240 from danharper/patch-1

[5.0] Add "node_modules" to .gitignore
Taylor Otwell 9 years ago
parent
commit
b07b9f8426
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -1,2 +1,3 @@
 /vendor
+/node_modules
 .env