corvée(formateurs) ajoute des dossiers dans les listes d'exclusion

This commit is contained in:
gcch 2024-08-09 18:44:41 +02:00
commit 135cc65eed
2 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,8 @@
web/app/* web/app/*
!web/app/themes !web/app/themes
web/app/languages web/app/languages
web/app/plugins
web/vendor
# Tout .ddev sauf la configuration # Tout .ddev sauf la configuration
.ddev/* .ddev/*

View file

@ -1,5 +1,5 @@
{ {
"excludes": ["**/node_modules", "**/pnpm-lock.yaml", "web/app/languages"], "excludes": ["**/node_modules", "**/pnpm-lock.yaml", "web/app/languages", "web/app/plugins", "web/vendor"],
"extends": "/home/gcch/.dprint.jsonc", "extends": "/home/gcch/.dprint.jsonc",
"exec": { "exec": {
"cacheKey": 1, "cacheKey": 1,
@ -20,7 +20,7 @@
"https://plugins.dprint.dev/json-0.19.3.wasm", "https://plugins.dprint.dev/json-0.19.3.wasm",
"https://plugins.dprint.dev/markdown-0.17.2.wasm", "https://plugins.dprint.dev/markdown-0.17.2.wasm",
"https://plugins.dprint.dev/toml-0.6.2.wasm", "https://plugins.dprint.dev/toml-0.6.2.wasm",
"https://plugins.dprint.dev/g-plane/malva-v0.7.1.wasm", "https://plugins.dprint.dev/g-plane/malva-v0.8.0.wasm",
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.11.0.wasm", "https://plugins.dprint.dev/g-plane/markup_fmt-v0.11.0.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.4.0.wasm", "https://plugins.dprint.dev/g-plane/pretty_yaml-v0.4.0.wasm",
"https://plugins.dprint.dev/exec-0.5.0.json@8d9972eee71fa1590e04873540421f3eda7674d0f1aae3d7c788615e7b7413d0" "https://plugins.dprint.dev/exec-0.5.0.json@8d9972eee71fa1590e04873540421f3eda7674d0f1aae3d7c788615e7b7413d0"