浏览代码

Update backup.php

do not include cache directories into the backup
Strubbl 2 年之前
父节点
当前提交
8f6c6840b6
共有 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('cache'),
                     base_path('vendor'),
                     base_path('node_modules'),
                 ],