Ver código fonte

Update backup.php

do not include cache directories into the backup
Strubbl 2 anos atrás
pai
commit
8f6c6840b6
1 arquivos alterados com 1 adições e 0 exclusões
  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'),
                 ],