Files
KCGL/.gitignore

23 lines
453 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# --- Python 后端忽略 ---
inventory-backend/venv/
inventory-backend/pgdata/
inventory-backend/__pycache__/
inventory-backend/*.pyc
inventory-backend/.env
# --- Vue 前端忽略 ---
inventory-web/node_modules/
inventory-web/dist/
inventory-web/*.local
# --- 通用忽略 ---
# 根目录 .envdocker compose 读取,含 Track Webhook 密钥等敏感配置)
.env
.idea/
.vscode/
.DS_Store
*.log
pgdata_docker/
inventory-backend/uploads/
.aider*