Pārlūkot izejas kodu

Merge pull request #4188 from Strubbl/patch-3

Update backup.php
daniel 2 gadi atpakaļ
vecāks
revīzija
50f2ede57f
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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'),
                 ],