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