From 6f12ab24a527c0130c11f22aea8886c01178b63b 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 24a9dabcc..3352b7c0c 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 -}}