From 8c05d9998fce9695ac6ce1263e38b736806527b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 6 Mar 2024 15:54:36 +0100 Subject: [PATCH] add .git to .dockerignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .dockerignore | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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