From 8ae1b59a55beb6b30649f6c93311d520cc6030f8 Mon Sep 17 00:00:00 2001 From: wuko233 Date: Tue, 17 Feb 2026 09:23:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0.gitignore=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95=E6=96=87=E4=BB=B6=E5=A4=B9?= =?UTF-8?q?test/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9fa9f7a..dc5e335 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,7 @@ config.local.yaml .DS_Store # 需求文件 -todo.txt \ No newline at end of file +todo.txt + +# 测试文件 +test/ \ No newline at end of file