chore(config): 更新 .gitignore 配置

- 移除 /example/config/app.json 的忽略规则
- 移除 /example/config/ 目录的忽略规则
- 保留其他现有忽略配置不变
This commit is contained in:
hoteas 2026-01-22 06:09:19 +08:00
parent 0318c95055
commit 4828f3625c

2
.gitignore vendored
View File

@ -1,6 +1,4 @@
/.idea/*
.idea
/example/config/app.json
/example/tpt/demo/
/example/config/
/*.exe