浏览代码

Merge pull request #4188 from Strubbl/patch-3

Update backup.php
daniel 2 年之前
父节点
当前提交
50f2ede57f
共有 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('storage/app/public/cache'),
                     base_path('vendor'),
                     base_path('node_modules'),
                 ],