From 14d2a7ff6598ab64d58fc8d30ac208ff4d8b62f7 Mon Sep 17 00:00:00 2001 From: douxu Date: Fri, 17 Oct 2025 11:16:39 +0800 Subject: [PATCH] update ingore file --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 22d71ff..d69a283 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,5 @@ go.work .vscode # Shield all log files in the log folder /log/ -# Shield config files in the config folder -/config/config.yaml +# Shield config files in the configs folder +/configs/**/*.yaml