From 0a4d677938037c0aa7e3b93b6832438a2b6e67ed Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 27 Nov 2024 18:02:52 +0100 Subject: [PATCH] fix(helmignore): extend ignore list --- .helmignore | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/.helmignore b/.helmignore index e4d5f3e..a954747 100644 --- a/.helmignore +++ b/.helmignore @@ -26,7 +26,7 @@ .vscode/ # drone -.drone.ya?ml +.drone.yml # editorconfig .editorconfig @@ -37,13 +37,24 @@ values2.yaml # helm packages *.tgz +.helmignore +unittests # markdownlint .markdownlint.yml .markdownlint.yaml +.markdownlintignore -# maven -target +# npm +.prettierignore +.npmrc +package* -# serviceDescriptor (uctl-cluster) -serviceDescriptor.yaml \ No newline at end of file +# yamllint +.yamllint.yaml + +# Others +CONTRIBUTING.md +CODEOWNERS +Makefile +renovate.json