build: add .dockerignore to reduce Docker build context

This commit is contained in:
Jon Seager 2026-05-22 14:59:56 +00:00
parent 8b49d3fbfe
commit 1d2b071fe9

24
.dockerignore Normal file
View file

@ -0,0 +1,24 @@
# Git and tooling
.git/
.claude/
.github/
# Local state
.env
docker.env
brewlog.db*
backup.json
reviews/
# Build artifacts (already cached via Docker layers)
target/
# Not needed in the container
scripts/
tests/
CLAUDE.md
LICENSE
README.md
prek.toml
.mise.toml
.cargo/