From 65d023c1bedee00a1bcf24c8a7bc978516e27e31 Mon Sep 17 00:00:00 2001 From: Burak Tungut Date: Fri, 27 Dec 2024 05:15:17 +0300 Subject: [PATCH] update .gitignore to exclude values files with specific patterns --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5a09401..03a6924 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ **.tgz **.lock -*-local*.yaml \ No newline at end of file +*-local*.yaml +*/values-*[.yml, .yaml]