From bf48297d7f621483c8f0e4c9b6607da25c2fd763 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 26 Sep 2021 17:03:50 +0200 Subject: [PATCH] fix: ignore further files for git and helm --- .gitignore | 5 +++-- .helmignore | 31 +++++++++++++++++++++++++++++-- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8fdf38b..cdcaed9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -runner -*.tgz \ No newline at end of file +*.tgz +values2.yml +values2.yaml \ No newline at end of file diff --git a/.helmignore b/.helmignore index b2b9c5f..22b5ff9 100644 --- a/.helmignore +++ b/.helmignore @@ -1,5 +1,32 @@ -.drone.yml -.git +# 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 +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# drone +.drone.yml +# markdownlint .markdownlint.yaml +# customized values +values2.yml +values2.yaml +# helm packages *.tgz \ No newline at end of file