From 28838d111f05c8c5c5205ac42f912a9614033703 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 30 May 2026 12:02:00 +0200 Subject: [PATCH] fix(ignore): ignore value files --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a2cb7d1..712fa4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ charts node_modules target -values[0-9].yml -values[0-9].yaml +!values.yaml +!values.yml +values*.yaml +values*.yml *.tgz