Explorar el Código

Merge pull request #4188 from Strubbl/patch-3

Update backup.php
daniel hace 2 años
padre
commit
50f2ede57f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      config/backup.php

+ 1 - 0
config/backup.php

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