From 9320074a02fcd8b5a8ecab5a9c503a1dbcc8e2da Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Sat, 17 Jul 2021 22:24:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=BC=96=E8=BE=91=E9=BB=91=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/config/index.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/back/config/index.ts b/back/config/index.ts index 96bee0b4..fa127dc8 100644 --- a/back/config/index.ts +++ b/back/config/index.ts @@ -60,5 +60,11 @@ export default { configPath, scriptPath, samplePath, - blackFileList: ['auth.json', 'config.sh.sample', 'cookie.sh', 'crontab.list'], + blackFileList: [ + 'auth.json', + 'config.sh.sample', + 'cookie.sh', + 'crontab.list', + 'env.sh', + ], };