From 08e1bb2e22a488b663f875c70077a5a1857963eb Mon Sep 17 00:00:00 2001 From: Darko Gjorgjijoski <5760249+gdarko@users.noreply.github.com> Date: Thu, 28 Aug 2025 10:02:06 +0200 Subject: [PATCH] Exclude .git directory from backups (#445) * Exclude .git directory from backups * Fix formatting --- config/backup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/backup.php b/config/backup.php index e04e7ad2..0181382a 100644 --- a/config/backup.php +++ b/config/backup.php @@ -26,6 +26,7 @@ return [ 'exclude' => [ base_path('vendor'), base_path('node_modules'), + base_path('.git'), ], /*