chore: 添加 httpx 依赖(Track Webhook 通知);gitignore 忽略根目录 .env 防密钥入库

This commit is contained in:
yueli
2026-09-02 18:39:17 +08:00
parent 87919146de
commit 3cb9b0da98
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@ -11,6 +11,8 @@ inventory-web/dist/
inventory-web/*.local
# --- 通用忽略 ---
# 根目录 .envdocker compose 读取,含 Track Webhook 密钥等敏感配置)
.env
.idea/
.vscode/
.DS_Store