From d78a292f476e69fcde4319a81199a3baab96b91d Mon Sep 17 00:00:00 2001 From: Aleksey Date: Thu, 2 Jun 2022 23:25:52 +0200 Subject: [PATCH] Update .helmignore (#732) Review .helmignore file, ignore CI in chart --- .helmignore | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/.helmignore b/.helmignore index d1180d2..4007e24 100644 --- a/.helmignore +++ b/.helmignore @@ -1,4 +1,28 @@ +# 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 .terraform/ -bin/ +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj + +# CI and test +.circleci/ +.github/ +.gitlab-ci.yml test/