14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
# Repo-root .dockerignore — applies to `docker compose build` (which builds
|
|
# both backend and frontend contexts from the repo root). Excludes anything
|
|
# that should never end up in a build context.
|
|
|
|
.worktrees/
|
|
.git/
|
|
.github/
|
|
docs/prodfiles/
|
|
*.production.txt
|
|
node_modules/
|
|
dist/
|
|
.venv/
|
|
.superpowers/brainstorm/
|