Add the .vscode folder to the .helmignore file

Signed-off-by: Florian Rusch <git@florianrusch.de>
pull/4207/head^2
Florian Rusch 7 years ago committed by Sebastien Plisson
parent e511bdcf7c
commit 88a1482216

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

Loading…
Cancel
Save