From 0b367621467531ab903d5756089d8d9fa48c7455 Mon Sep 17 00:00:00 2001 From: Niall Thomson Date: Fri, 17 Jan 2025 22:49:06 +0000 Subject: [PATCH] Fix chart path for ignore --- .prettierignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.prettierignore b/.prettierignore index ae6d4fbf9..03730ce87 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,9 +1,11 @@ test-connection.yaml -deploy/kubernetes/charts/**/*.yaml -deploy/kubernetes/charts/**/*.yml +src/**/chart/**/*.yaml +src/**/chart/**/*.yml dist ATTRIBUTION.md deploy/terraform/eks/**/*.yaml src/**/target go.mod -go.sum \ No newline at end of file +go.sum +/.nx/cache +/.nx/workspace-data \ No newline at end of file