From f712973df9ff23e1933d4267396fe465140b27ed Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Sun, 20 Oct 2024 22:20:39 -0300 Subject: [PATCH] Adds KUBECONFIG Files to GitIgnore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index af4bec9..1ea70ac 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,8 @@ !**/*.example.json *.patch +*KUBECONFIG* + **/cert-manager-certificate.yaml **/nginx-ingress-api.yaml **/nginx-ingress-root.yaml