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
+13
View File
@@ -0,0 +1,13 @@
# 强制 LF 行尾(防止 Windows 工具引入 CRLF 导致 bash 报错)
* text=auto eol=lf
# 显式标记常见脚本/配置类型
*.sh eol=lf
*.bash eol=lf
*.py eol=lf
*.md eol=lf
*.yml eol=lf
*.yaml eol=lf
*.cfg eol=lf
*.example eol=lf
Dockerfile eol=lf