From b219e02888886da8799d24d2a5ba5def0df2d7d1 Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Thu, 19 Nov 2020 10:35:17 -0300 Subject: [PATCH] Added helmignore file --- .../local-path-provisioner/v0.1.0/.helmignore | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 charts/local-path-provisioner/v0.1.0/.helmignore diff --git a/charts/local-path-provisioner/v0.1.0/.helmignore b/charts/local-path-provisioner/v0.1.0/.helmignore new file mode 100644 index 0000000..50af031 --- /dev/null +++ b/charts/local-path-provisioner/v0.1.0/.helmignore @@ -0,0 +1,22 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/