Files
integral-shop/.gitignore
danaisuiyuan 8c3ff509fc merge: 合并远程 czleilei240 部署配置并统一 leilei 环境域名
整合 monorepo 侧 Docker 部署改动,冲突处保留 czleilei240 合同 PDF、API 域名与抢购跳转地址。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-18 10:55:57 +08:00

40 lines
736 B
Plaintext
Raw Permalink 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