diff --git a/.dockerignore b/.dockerignore index 85437c9..2301016 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,9 +1,10 @@ -__pycache__ -.mypy_cache -.pytest_cache -.vscode -cvdupdate.egg-info -/build -/dist -/tests -.github +__pycache__ +.git +.github +.mypy_cache +.pytest_cache +.vscode +*cvdupdate.egg-info +/build +/dist +/tests