🦈🏠🐜 Initial Commit 🐜🦈🏠

This commit is contained in:
2026-05-19 12:54:07 -04:00
commit dfd79d5774
14 changed files with 986 additions and 0 deletions
+28
View File
@@ -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*