From 133e5a06c728c51abece0cca4cd11464b6a5ef96 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 26 Sep 2021 17:04:16 +0200 Subject: [PATCH] fix: ignore further files for git and helm --- .gitignore | 4 +++- .helmignore | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9e30eb9..cdcaed9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -*.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 0e8a0eb..9ef5400 100644 --- a/.helmignore +++ b/.helmignore @@ -21,3 +21,10 @@ .idea/ *.tmproj .vscode/ +# drone +.drone.yml +# markdownlint +.markdownlint.yaml +# customized values +values2.yml +values2.yaml \ No newline at end of file