Skip to content

Commit 0375d39

Browse files
authored
add storage/hot to exclude files (#242)
1 parent f924edc commit 0375d39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Traits/CopiesToBuildDirectory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ abstract protected function sourcePath(string $path = ''): string;
4444
'storage/framework/cache/*',
4545
'storage/framework/views/*',
4646
'storage/logs/*',
47+
'storage/hot',
4748

4849
// Only needed for local testing
4950
'vendor/nativephp/electron/resources',

0 commit comments

Comments
 (0)