Skip to content

Commit 6012338

Browse files
committed
2 parents 39f6727 + 5dc19ce commit 6012338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/Compiler/PackagesCompiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ private function getRecipeFiles(Recipe $recipe)
108108
$finder = new Finder();
109109
$finder->ignoreUnreadableDirs()
110110
->in($recipe->getLocalPath())
111-
->ignoreDotFiles(true);
111+
->ignoreDotFiles(false);
112112

113113
foreach ($finder->files() as $file) {
114114
if (in_array($file->getRelativePathName(), ['manifest.json', 'post-install.txt'])) {

0 commit comments

Comments
 (0)