Version: 0.4.0.dev.260302.hotfix

修复了刚刚没有让git停止追踪此文件,使得文件依然被上传的问题
This commit is contained in:
LoveLosita
2026-03-02 15:21:50 +08:00
parent 5f86dcda2b
commit 94ddfae2d0
3 changed files with 2 additions and 83 deletions

3
.gitignore vendored
View File

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