mirror of
https://github.com/casjaysdevdocker/prosody
synced 2026-06-24 14:01:03 -04:00
29 lines
346 B
Plaintext
29 lines
346 B
Plaintext
# .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*
|