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