Skip to content

Commit fc4533b

Browse files
committed
fix: exclude two more local dirs from phars
1 parent 089b2ad commit fc4533b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/phar-generator-script.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ final class PharFilterIterator extends RecursiveFilterIterator
175175
'cache',
176176
'build',
177177
'api-docs/cache',
178+
'docs/build',
179+
'docs/cache',
178180
];
179181

180182
public function accept()

0 commit comments

Comments
 (0)