There was an error while loading. Please reload this page.
1 parent 52d69d8 commit 8515447Copy full SHA for 8515447
src/Infrastructure/Repositories/LocalFilesRepository.php
@@ -108,6 +108,8 @@ private function getSingleFiles(): array
108
$this->finder = Finder::create()
109
->in($this->fileList['dirname'] ?? [])
110
->name($this->fileList['basename'] ?? '')
111
+ ->ignoreDotFiles(false)
112
+ ->ignoreVCS(false)
113
->filter(fn (SplFileInfo $file): bool => in_array(
114
$file->getPathname(),
115
$this->fileList['full_path'] ?? '',
0 commit comments