Browse Source

Merge pull request #2805 from lakerobin/patch-1

Laravel: only ignore root vendor directory
Brendan Forster 6 years ago
parent
commit
5f548f8a91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Laravel.gitignore

+ 1 - 1
Laravel.gitignore

@@ -1,4 +1,4 @@
-vendor/
+/vendor/
 node_modules/
 npm-debug.log
 yarn-error.log