mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-22 22:59:41 +02:00
chore: update .dockerignore (#2673)
This commit is contained in:
parent
4ec7bd4352
commit
18b7e3ac9a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue