dyzur-bot/.dockerignore

19 lines
304 B
Plaintext

# Secrets and local state — never bake into the build context/image.
.env
rota.json
hackerspace-492302-a63993a1af9d.json
# VCS and tooling.
.git
.gitignore
.golangci.yml
.markdownlint-cli2.yaml
.pre-commit-config.yaml
.claude
# Docs and the Dockerfile itself.
docs
README.md
Dockerfile
.dockerignore