From 57f70b876ace903aa2198e6f5ab5f3b0aed84d86 Mon Sep 17 00:00:00 2001 From: Dominik Kaminski Date: Thu, 19 Sep 2024 13:23:42 +0200 Subject: [PATCH] chore(helmfile): Add test environment to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 42c54807..b161f6de 100755 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,10 @@ # Ignore changes to sample environments helmfile/environments/dev/*.yaml.gotmpl +helmfile/environments/test/*.yaml.gotmpl helmfile/environments/prod/*.yaml.gotmpl !helmfile/environments/dev/sample.yaml.gotmpl +!helmfile/environments/test/sample.yaml.gotmpl !helmfile/environments/prod/sample.yaml.gotmpl # Ignore in CI generated files