chore: add .env and .github/ to .dockerignore

Prevent secrets from leaking into Docker build context.
GitHub workflows don't belong in the image.
This commit is contained in:
2026-06-02 16:41:21 -04:00
parent 048b245d25
commit 99c0ad8072
+2
View File
@@ -8,3 +8,5 @@ vendor/
*.local.json
*.local.md
*.local
.env
.github/