소스 검색

Merge pull request #2805 from lakerobin/patch-1

Laravel: only ignore root vendor directory
Brendan Forster 6 년 전
부모
커밋
5f548f8a91
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Laravel.gitignore

+ 1 - 1
Laravel.gitignore

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