diff --git a/.dockerignore b/.dockerignore index 0677d0b8c3ce..344712196d14 100644 --- a/.dockerignore +++ b/.dockerignore @@ -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