Files
integral-shop/.gitignore
2026-06-14 09:21:04 +08:00

45 lines
837 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.
# Root
.DS_Store
.idea
.vscode
*.local
# Frontend
frontend/node_modules/
frontend/dist/
frontend/npm-debug.log*
frontend/**/*.log
frontend/tests/**/coverage/
frontend/package-lock.json
frontend/yarn.lock
# Backend
backend/target/
backend/**/target/
backend/**/logs/
backend/**/*.log
backend/.idea/
backend/crmebimage/
# Dashboard frontend
dashboard-frontend/node_modules/
dashboard-frontend/npm-debug.log*
dashboard-frontend/**/*.log
# 独立子仓库(各自有独立 git不纳入根 repo
integral-resell/
single-shop-22/
MER-2.2_2601/
db/
# 敏感运行时配置(不入库)
deploy/docker/scripts/server.env
deploy/docker/step1-integral/.env
deploy/docker/step1-integral/houtai.env
deploy/docker/step2-single-shop/.env
# Local migration backups and generated Python cache
docs/sql/backups/
__pycache__/
**/__pycache__/