diff --git a/config/backup.php b/config/backup.php index f4a65df43..8a6c07a7c 100644 --- a/config/backup.php +++ b/config/backup.php @@ -28,6 +28,7 @@ return [ */ 'exclude' => [ base_path('.git'), + base_path('storage/app/public/cache'), base_path('vendor'), base_path('node_modules'), ],