From 78397da16d341c2340922b12ae2222b9431d757c Mon Sep 17 00:00:00 2001 From: zzjc1234 <2359047351@qq.com> Date: Thu, 17 Oct 2024 16:16:24 +0800 Subject: [PATCH] fix: gitignore --- conf.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/conf.json b/conf.json index e5291e9..835f1e2 100644 --- a/conf.json +++ b/conf.json @@ -8,14 +8,7 @@ "default": { "args": [ "./healthcheck", - "-root=.", - "-whitelist=.*\\.md", - "-whitelist=.*\\.json", - "-whitelist=.git.*", - "-whitelist=.*\\.txt", - "-whitelist=stderr", - "-whitelist=stdout", - "-whitelist=healthcheck" + "-root=." ], "env": [ "PATH=/usr/bin:/bin"