chore: 添加 httpx 依赖(Track Webhook 通知);gitignore 忽略根目录 .env 防密钥入库
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,6 +11,8 @@ inventory-web/dist/
|
||||
inventory-web/*.local
|
||||
|
||||
# --- 通用忽略 ---
|
||||
# 根目录 .env(docker compose 读取,含 Track Webhook 密钥等敏感配置)
|
||||
.env
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user