From 21fc156af043c29e73d182e1087b01ed1423c2e1 Mon Sep 17 00:00:00 2001 From: liangzai <2440983361@qq.com> Date: Thu, 18 Dec 2025 14:24:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E4=BF=AE=E6=94=B9gi?= =?UTF-8?q?tignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 554c52b..832cc89 100644 --- a/.gitignore +++ b/.gitignore @@ -21,8 +21,8 @@ data/* # 打包出来的可执行文件 /app/api /app/main/api/main -/app/main/api/_debug -/app/main/api/_test +/app/main/api/_* + # 文档目录 documents/*