From 2602e4d602f62c22e141a0f9ab93a45a131ca7c8 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 23 Oct 2020 18:21:32 -0700 Subject: [PATCH] Exclude the config directory from backups Everything there is handled via .env anyway --- config/backup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/backup.php b/config/backup.php index dd5714957f..cf10005918 100644 --- a/config/backup.php +++ b/config/backup.php @@ -48,6 +48,7 @@ return [ */ 'exclude' => [ base_path('vendor'), + base_path('config'), base_path('node_modules'), ],