From 124a8bf8d9ceb618b0b28912fc73fb08793ec04c Mon Sep 17 00:00:00 2001 From: Florent Chehab Date: Thu, 5 Mar 2026 17:22:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8(docker)=20improve=20docker=20ignor?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tweak syntax to ignore folders recursively (important). And add few missing ones. --- .dockerignore | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.dockerignore b/.dockerignore index fe9c3334..b98b774b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -24,13 +24,15 @@ data .cache .circleci .git -.vscode .iml -.idea db.sqlite3 -.mypy_cache .pylint.d -.pytest_cache + +**/.idea +**/.vscode +**/.pytest_cache +**/.mypy_cache +**/.ruff_cache # Frontend -node_modules +**/node_modules