mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 13:19: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
|
||||
.github
|
||||
.dockerignore
|
||||
.gitattributes
|
||||
.gitignore
|
||||
.idea
|
||||
.vscode
|
||||
|
@ -12,6 +13,7 @@ __pycache__/
|
|||
htmlcov/
|
||||
.coverage
|
||||
.coverage.*
|
||||
.pylintrc
|
||||
.pytest_cache/
|
||||
.venv
|
||||
venv
|
||||
|
@ -28,3 +30,5 @@ venv
|
|||
*/mealie/.temp
|
||||
|
||||
model.crfmodel
|
||||
|
||||
crowdin.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue