chore(backend): 落地 ADS 治理体系、升级日志并收录后端模板基线代码

This commit is contained in:
zhoulei
2026-08-19 14:39:18 +08:00
parent 1f84456421
commit 54c21876e4
113 changed files with 19953 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# --- OS ---
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# --- Editors / IDEs ---
.idea/
.vscode/
*.swp
*.swo
*~
*.sublime-workspace
# --- Secrets / local env ---
.env
.env.*
!.env.example
*.pem
*.key
secrets.*
# --- Logs / temp ---
*.log
*.tmp
tmp/
.cache/
# --- Build output (ADS: append stack-specific rules below) ---
# e.g. node: node_modules/ dist/ ; python: __pycache__/ .venv/ *.pyc ;
# rust: target/ ; java: build/ *.class ; swift/xcode: DerivedData/ *.xcuserstate