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', + ], };