1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-23 15:19:41 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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