From 8752ee02670e69c7d1504fcb5bf8422dc1f69484 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 6 Dec 2021 07:41:58 +0000 Subject: [PATCH] Ignore kube clusters Signed-off-by: Marcus Noble --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1bb47c8..346da36 100644 --- a/.gitignore +++ b/.gitignore @@ -26,5 +26,5 @@ /os-specific/darwin/home/.gnupg/* !/os-specific/darwin/home/.gnupg/gpg-agent.conf /home/.kube/* -!/home/.kube/clusters +!/home/.kube/clusters/.gitkeep !/home/.kube/switch-config.yaml