fix(helmignore): extend ignore list
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
171d9a695e
commit
0a4d677938
21
.helmignore
21
.helmignore
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user