Просмотр исходного кода

Update backup.php

do not include cache directories into the backup
Strubbl 2 лет назад
Родитель
Сommit
8f6c6840b6
1 измененных файлов с 1 добавлено и 0 удалено
  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'),
                 ],