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('src')
|
||||||
->notPath('vendor')
|
->notPath('vendor')
|
||||||
->notPath('vendor-bin')
|
->notPath('vendor-bin')
|
||||||
->notPath('Vendor')
|
->notPath('3rdparty')
|
||||||
->in(__DIR__);
|
->in(__DIR__);
|
||||||
return $config;
|
return $config;
|
||||||
|
|
|
||||||
0
lib/Vendor/.gitkeep
vendored
0
lib/Vendor/.gitkeep
vendored
|
|
@ -14,7 +14,7 @@
|
||||||
<directory name="lib" />
|
<directory name="lib" />
|
||||||
<ignoreFiles>
|
<ignoreFiles>
|
||||||
<directory name="vendor" />
|
<directory name="vendor" />
|
||||||
<directory name="lib/Vendor" />
|
<directory name="3rdparty" />
|
||||||
<directory name="lib/Handler/Templates" />
|
<directory name="lib/Handler/Templates" />
|
||||||
</ignoreFiles>
|
</ignoreFiles>
|
||||||
</projectFiles>
|
</projectFiles>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue