Pārlūkot izejas kodu

Only ignore root vendor directory

In Laravel, we often use `artisan vendor:publish` to copy views, notifications etc from dependencies so that they can be customized. These views are created in <type>/vendor/<dependency> directory.

When using the current gitignore for Laravel, vendor is inserted like vendor/ which ignores all the directories named vendor anywhere in the source tree, including the customized views.

The proposed file change tries to fix this problem by ensuring only the root vendor directory is ignored by git.
pull/2805/head
Lake Robin pirms 5 gadiem
vecāks
revīzija
67aa0dca06
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      Laravel.gitignore

+ 1
- 1
Laravel.gitignore Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt