fix: .dockerignore

This commit is contained in:
2025-01-13 18:39:26 +01:00
parent 2ff2d08565
commit 40d872c083
+4
View File
@@ -1,6 +1,10 @@
.github/ .github/
.pytest_cache/ .pytest_cache/
data/ data/
media/
static/
coverage.xml coverage.xml
docker-compose.dev.yml docker-compose.dev.yml
docker-compose.yml docker-compose.yml
**/*.db
junit.xml