Files
uptop/.dockerignore
T
lerko 99c0ad8072 chore: add .env and .github/ to .dockerignore
Prevent secrets from leaking into Docker build context.
GitHub workflows don't belong in the image.
2026-06-02 17:30:37 -04:00

13 lines
96 B
Plaintext

.git
.ssh/
.gitea/
tmp/
vendor/
*.db
*.db-journal
*.local.json
*.local.md
*.local
.env
.github/