2026-03-20 21:08:26 +08:00
|
|
|
# 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
|
|
|
|
|
|
2026-03-21 18:32:04 +08:00
|
|
|
# Do not send unused frontend source build artifacts
|
2026-03-20 21:08:26 +08:00
|
|
|
QuantDinger-Vue-src/node_modules
|
|
|
|
|
QuantDinger-Vue-src/dist
|
|
|
|
|
|
2026-03-21 18:32:04 +08:00
|
|
|
# The open-source repo ships prebuilt frontend assets in `frontend/dist`,
|
|
|
|
|
# and the frontend image copies them directly, so keep this directory included.
|
2026-03-20 21:08:26 +08:00
|
|
|
|
|
|
|
|
# Backend & DB not needed for frontend stage
|
|
|
|
|
backend_api_python
|
|
|
|
|
docker-compose.override.yml
|