Update backup.php

do not include cache directories into the backup
This commit is contained in:
Strubbl 2023-02-15 22:12:40 +01:00 committed by GitHub
parent dda9e77024
commit 8f6c6840b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ return [
*/
'exclude' => [
base_path('.git'),
base_path('cache'),
base_path('vendor'),
base_path('node_modules'),
],