From d2374a292173fe5feacfe8e5a21eed7ad298fd30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Mon, 5 Jul 2021 18:05:47 +0200 Subject: [PATCH] .gitignore: ignore e2e kubeconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit ensures that the kubeconfig created by kind as part of the e2e tests is ignored by Git. Signed-off-by: Lucas Servén Marín --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cd2418a..1e8d72c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .push* bin/ tmp/ +e2e/kind.yaml