diff --git a/.prettierignore b/.prettierignore index ada4c118f..595975ea4 100644 --- a/.prettierignore +++ b/.prettierignore @@ -5,4 +5,6 @@ src/components # docs/docs is auto-generated docs/docs # Ignore any minimized files -**/*.min.* \ No newline at end of file +**/*.min.* +# Ignore helm's go yaml templates +helm/**/*.yaml