chore(backend): 落地 ADS 治理体系、升级日志并收录后端模板基线代码
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user