Skip to content

Commit df78d7b

Browse files
committed
update cleanup files defaults
1 parent 15b01f5 commit df78d7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/nativephp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
*/
6262
'cleanup_exclude_files' => [
6363
'content',
64-
'storage/app/framework/{sessions,testing,cache}',
65-
'storage/logs/laravel.log',
64+
'vendor/bin',
65+
'node_modules',
6666
],
6767

6868
/**

0 commit comments

Comments
 (0)