Files
qinglong 95a2f375e8 security: Sentinel 配置文件模板化 — config.yaml 不入库
- config.yaml → .gitignore (含 API Key 不入库)
- config.yaml.example 模板 (空节点列表)
- 首次启动自动从模板复制
- 所有插件 config.yaml 统一保护

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-13 21:04:52 +08:00

28 lines
439 B
Plaintext

__pycache__/
*.pyc
*.pyo
logs/
*.log
_patches_applied/
*.bak.*
.env
*.swp
*.swo
*~
.DS_Store
docs/
data/
config/framework/base_config.yaml
!config/framework/base_config.yaml.example
*.orig
*.clean
config/framework/permission_rules.yaml
config/permissions/
config/plugins/
config/services/
!docs/API_Auth_Flow.md
!docs/SenSu 插件开发详细指南.md
!docs/SenSu 框架基本架构.md
plugins/*/config.yaml
!plugins/*/config.yaml.example