mirror of
https://github.com/casjaysdevdocker/prosody
synced 2026-06-24 02:01:03 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# .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*
|
||||
Reference in New Issue
Block a user