fix(helmignore): extend ignore list
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2024-11-27 18:02:52 +01:00
parent 171d9a695e
commit 0a4d677938
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -26,7 +26,7 @@
.vscode/ .vscode/
# drone # drone
.drone.ya?ml .drone.yml
# editorconfig # editorconfig
.editorconfig .editorconfig
@ -37,13 +37,24 @@ values2.yaml
# helm packages # helm packages
*.tgz *.tgz
.helmignore
unittests
# markdownlint # markdownlint
.markdownlint.yml .markdownlint.yml
.markdownlint.yaml .markdownlint.yaml
.markdownlintignore
# maven # npm
target .prettierignore
.npmrc
package*
# serviceDescriptor (uctl-cluster) # yamllint
serviceDescriptor.yaml .yamllint.yaml
# Others
CONTRIBUTING.md
CODEOWNERS
Makefile
renovate.json