Version: 0.4.0.dev.260302.hotfix2

修复了git没追踪示例配置文件的问题
This commit is contained in:
LoveLosita
2026-03-02 15:35:32 +08:00
parent 94ddfae2d0
commit 1e2d7696d3
2 changed files with 40 additions and 2 deletions

3
.gitignore vendored
View File

@@ -12,8 +12,7 @@
# 3. 配置文件与敏感信息 (Security & Configs)
# 绝对不要提交包含数据库密码和 Kafka 地址的配置文件
.env
*.yaml
!config.example.yaml # 可以提交示例配置文件,供其他开发者参考
backend/config.yaml
# 4. 临时文件与日志 (Logs & Temp)
*.log