Browse Source

Merge pull request #4188 from Strubbl/patch-3

Update backup.php
daniel 2 năm trước cách đây
mục cha
commit
50f2ede57f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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'),
                 ],