chore: update .dockerignore (#2673)

This commit is contained in:
William Moreno
2023-10-26 19:25:49 -06:00
committed by GitHub
parent 4ec7bd4352
commit 18b7e3ac9a

View File

@@ -1,6 +1,7 @@
.git .git
.github .github
.dockerignore .dockerignore
.gitattributes
.gitignore .gitignore
.idea .idea
.vscode .vscode
@@ -12,6 +13,7 @@ __pycache__/
htmlcov/ htmlcov/
.coverage .coverage
.coverage.* .coverage.*
.pylintrc
.pytest_cache/ .pytest_cache/
.venv .venv
venv venv
@@ -28,3 +30,5 @@ venv
*/mealie/.temp */mealie/.temp
model.crfmodel model.crfmodel
crowdin.yml