mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
Add vendor-bin to be ignored by cs
Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
aa45439915
commit
0b04a63b2b
1 changed files with 2 additions and 1 deletions
|
|
@ -14,5 +14,6 @@ $config
|
|||
->notPath('l10n')
|
||||
->notPath('src')
|
||||
->notPath('vendor')
|
||||
->notPath('vendor-bin')
|
||||
->in(__DIR__);
|
||||
return $config;
|
||||
return $config;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue