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:
@@ -8,3 +8,5 @@ vendor/
|
|||||||
*.local.json
|
*.local.json
|
||||||
*.local.md
|
*.local.md
|
||||||
*.local
|
*.local
|
||||||
|
.env
|
||||||
|
.github/
|
||||||
|
|||||||
Reference in New Issue
Block a user