From 4828f3625cbc1895c3a2a28235eba22ae927ef06 Mon Sep 17 00:00:00 2001 From: hoteas <925970985@qq.com> Date: Thu, 22 Jan 2026 06:09:19 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=9B=B4=E6=96=B0=20.gitignor?= =?UTF-8?q?e=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 /example/config/app.json 的忽略规则 - 移除 /example/config/ 目录的忽略规则 - 保留其他现有忽略配置不变 --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2e35775..a51d819 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ /.idea/* .idea -/example/config/app.json /example/tpt/demo/ -/example/config/ /*.exe