11 lines
289 B
Plaintext
11 lines
289 B
Plaintext
# Keep the Docker build context lean. The Dockerfile doesn't COPY anything
|
|
# from the repo today, so this is mostly defensive — but it also means
|
|
# `docker build` doesn't ship gigabytes-of-history (.git) to the daemon as
|
|
# the repo grows.
|
|
.git
|
|
.gitignore
|
|
.dockerignore
|
|
.claude
|
|
docs
|
|
*.md
|