build: add .dockerignore to reduce Docker build context
This commit is contained in:
parent
8b49d3fbfe
commit
1d2b071fe9
1 changed files with 24 additions and 0 deletions
24
.dockerignore
Normal file
24
.dockerignore
Normal 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/
|
||||
Loading…
Reference in a new issue