From 8f6c6840b69d719fdb55e0203d2c5372262a1293 Mon Sep 17 00:00:00 2001 From: Strubbl <97055+Strubbl@users.noreply.github.com> Date: Wed, 15 Feb 2023 22:12:40 +0100 Subject: [PATCH] Update backup.php do not include cache directories into the backup --- config/backup.php | 1 + 1 file changed, 1 insertion(+) 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'), ],