From 6a59a140531544036b52e60cd1b71d785d5f5172 Mon Sep 17 00:00:00 2001 From: Florian Rusch Date: Sat, 6 Oct 2018 10:42:03 +0200 Subject: [PATCH] Add the .vscode folder to the .helmignore file Signed-off-by: Florian Rusch --- pkg/chartutil/create.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index beadf71cf..046155f71 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -119,6 +119,7 @@ const defaultIgnore = `# Patterns to ignore when building packages. .project .idea/ *.tmproj +.vscode/ ` const defaultIngress = `{{- if .Values.ingress.enabled -}}