From a7a0ae439cdcc5ec17fc63586def0113847db42a Mon Sep 17 00:00:00 2001 From: Cooper Tseng Date: Thu, 26 Sep 2024 15:54:08 +0800 Subject: [PATCH] Add kubeconfig_test.yaml to .gitignore Signed-off-by: Cooper Tseng --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c9f26cb0..c6a2e50d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ crash.log terraform.tfstate terraform.tfstate.backup -terraform-provider-harvester \ No newline at end of file +terraform-provider-harvester +kubeconfig_test.yaml