From f78ec26eb5d586bd8dcbb5cecfd7489080688eb5 Mon Sep 17 00:00:00 2001 From: gcch Date: Tue, 6 Aug 2024 22:43:27 +0200 Subject: [PATCH] fix(outils) corrige les exclusions des formateurs --- .prettierignore | 3 ++- dprint.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.prettierignore b/.prettierignore index f2d757e0..1e4c9625 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,6 +1,7 @@ # Tout sauf le thème -web/app +web/app/* !web/app/themes +web/app/languages # Tout .ddev sauf la configuration .ddev/* diff --git a/dprint.json b/dprint.json index 794b10c8..55fdc041 100644 --- a/dprint.json +++ b/dprint.json @@ -1,5 +1,5 @@ { - "excludes": ["**/node_modules", "**/pnpm-lock.yaml"], + "excludes": ["**/node_modules", "**/pnpm-lock.yaml", "web/app/languages"], "extends": "/home/gcch/.dprint.jsonc", "exec": { "cacheKey": 1,