Files

29 lines
346 B
Plaintext
Raw Permalink Normal View History

2026-05-19 12:54:07 -04:00
# .dockerignore created on 05/19/26 at 09:30
# version control
.git/
.gitignore
.gitattributes
# local and secret config
.env
app.env
default.env
.claude/
# build artifacts
binaries/
releases/
# runtime volume data (never in image)
volumes/
docker/volumes/
# OS files
.DS_Store
Thumbs.db
# docs and meta (not needed in image)
*.md
LICENSE*