Przeglądaj źródła

Update backup.php

do not include cache directories into the backup
Strubbl 2 lat temu
rodzic
commit
8f6c6840b6
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      config/backup.php

+ 1 - 0
config/backup.php

@@ -28,6 +28,7 @@ return [
                  */
                 'exclude' => [
                     base_path('.git'),
+                    base_path('cache'),
                     base_path('vendor'),
                     base_path('node_modules'),
                 ],