CityGame/.dockerignore
Camille 2051bfe1e6 ci: add OneDev pipeline for build, test, and Docker images
Configure Build and Test and Docker Build jobs with branch and PR
triggers, plus a root .dockerignore to keep Docker contexts lean.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-30 00:00:59 +02:00

11 lines
159 B
Text

# Docker build context (workspace root) — keep images small and fast
.git
.nx
node_modules
.pnpm-store
dist
coverage
apps/backend/target
**/*.md
.env
.env.*