Simplify runtime configuration and remove legacy database and settings surface so new installs are easier to operate. Refresh deployment assets, docs, and order execution behavior to keep the packaged app aligned with the current backend. Made-with: Cursor
18 lines
526 B
Plaintext
18 lines
526 B
Plaintext
# Used when build context is the repo root (e.g. frontend image).
|
|
# Backend builds use backend_api_python/.dockerignore with its own context.
|
|
|
|
.git
|
|
**/.git
|
|
.DS_Store
|
|
|
|
# Do not send unused frontend source build artifacts
|
|
QuantDinger-Vue-src/node_modules
|
|
QuantDinger-Vue-src/dist
|
|
|
|
# The open-source repo ships prebuilt frontend assets in `frontend/dist`,
|
|
# and the frontend image copies them directly, so keep this directory included.
|
|
|
|
# Backend & DB not needed for frontend stage
|
|
backend_api_python
|
|
docker-compose.override.yml
|