From 219c1701a563e18a7555413d6a75473eefbc646b Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 12 May 2024 18:29:12 +0300 Subject: [PATCH] added root values.yaml to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2786867c..0d138b3a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ output .idea **/*.tgz **/charts/*/charts + +# only ignore the values.yaml file at the root of the repo +/values.yaml