Skip to content

Commit f29200f

Browse files
committed
chore: exclude vendor bin dirs
1 parent d2ad0d9 commit f29200f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/phar-generator-script.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,10 @@ final class PharFilterIterator extends RecursiveFilterIterator
151151
*/
152152
private static $excludedFolderPaths = [
153153
'src/Resources/themes/default/data',
154+
'vendor/symfony/yaml/Resources/bin',
154155
'vendor/bin',
155-
'nikic/php-parser/bin',
156-
'twig/twig/doc',
156+
'vendor/nikic/php-parser/bin',
157+
'vendor/twig/twig/doc',
157158
'scripts',
158159
'.git',
159160
'cache',

0 commit comments

Comments
 (0)