chore: remove referencies to Vendor folder

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
Vitor Mattos 2025-10-07 16:01:53 -03:00
parent 9af9efab92
commit 934d1523ff
No known key found for this signature in database
GPG key ID: 6FECE2AD4809003A
3 changed files with 2 additions and 2 deletions

View file

@ -21,6 +21,6 @@ $config
->notPath('src')
->notPath('vendor')
->notPath('vendor-bin')
->notPath('Vendor')
->notPath('3rdparty')
->in(__DIR__);
return $config;

0
lib/Vendor/.gitkeep vendored
View file

View file

@ -14,7 +14,7 @@
<directory name="lib" />
<ignoreFiles>
<directory name="vendor" />
<directory name="lib/Vendor" />
<directory name="3rdparty" />
<directory name="lib/Handler/Templates" />
</ignoreFiles>
</projectFiles>