🔨(docker) improve docker ignore

Tweak syntax to ignore folders recursively (important).
And add few missing ones.
This commit is contained in:
Florent Chehab
2026-03-05 17:22:26 +01:00
committed by aleb_the_flash
parent c72c5cae1a
commit 124a8bf8d9
+7 -5
View File
@@ -24,13 +24,15 @@ data
.cache .cache
.circleci .circleci
.git .git
.vscode
.iml .iml
.idea
db.sqlite3 db.sqlite3
.mypy_cache
.pylint.d .pylint.d
.pytest_cache
**/.idea
**/.vscode
**/.pytest_cache
**/.mypy_cache
**/.ruff_cache
# Frontend # Frontend
node_modules **/node_modules