chore: add env.cfg.example templates and clean up config files

This commit is contained in:
cnphpbb
2026-08-13 17:59:23 +08:00
parent c75c9884c8
commit c6eccd687b
88 changed files with 4264 additions and 88 deletions
+11 -1
View File
@@ -1,8 +1,11 @@
# Docker相关
.env
*.env
*.env.*
*.env.cfg.*
docker-compose.override.yml
# 开发环境
.idea/
.vscode/
@@ -25,8 +28,15 @@ crontab/debug_*.py
crontab/test_*.py
crontab/test*.py
g-b/*
.gitignore
mcptime/go.sum
mcpTimeServer/go.sum
mcp_server_go/config.toml
compare_images.py
env.cfg
env.cfg.*
stack.yml.*
# 例外:env 模板(不视为敏感配置)允许提交
!**/*.env.example
!**/*.env.cfg.example
!**/env.cfg.example