From 1a9e7e19b7ff31848ceeca3818d67d82f8930805 Mon Sep 17 00:00:00 2001 From: hoteas <925970985@qq.com> Date: Thu, 22 Jan 2026 06:10:51 +0800 Subject: [PATCH] =?UTF-8?q?chore(project):=20=E6=9B=B4=E6=96=B0=20.gitigno?= =?UTF-8?q?re=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 /example/config 到忽略列表中 - 防止配置文件被提交到版本控制中 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a51d819..d0b59c3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .idea /example/tpt/demo/ /*.exe +/example/config \ No newline at end of file