Add the .vscode folder to the .helmignore file

Signed-off-by: Florian Rusch <git@florianrusch.de>
pull/4742/head
Florian Rusch 6 years ago committed by Florian Rusch
parent 2ef61fdf5c
commit 6f12ab24a5

@ -119,6 +119,7 @@ const defaultIgnore = `# Patterns to ignore when building packages.
.project
.idea/
*.tmproj
.vscode/
`
const defaultIngress = `{{- if .Values.ingress.enabled -}}

Loading…
Cancel
Save