mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-28 19:27:50 +00:00
🔨(docker) improve docker ignore
Tweak syntax to ignore folders recursively (important). And add few missing ones.
This commit is contained in:
committed by
aleb_the_flash
parent
c72c5cae1a
commit
124a8bf8d9
+7
-5
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user