mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
chore: remove referencies to Vendor folder
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
9af9efab92
commit
934d1523ff
3 changed files with 2 additions and 2 deletions
|
|
@ -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
0
lib/Vendor/.gitkeep
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue