From 36516ee440754308b1fa5a7734ffee3625dea7b5 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Fri, 22 Nov 2024 10:03:55 +0100 Subject: [PATCH] chore(ci): ignore helm charts files in prettier Signed-off-by: Ludovic Ortega --- .prettierignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.prettierignore b/.prettierignore index e7f72ab6e..8f0ce3124 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,5 @@ # Generated files which we would not like to format + .next/ dist/ config/ @@ -9,3 +10,6 @@ pnpm-lock.yaml src/assets/ public/ docs/ + +# helm charts +charts