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,