From 2850302cd056c0db79995f5d3356c1944bfebaf4 Mon Sep 17 00:00:00 2001 From: "Muyassarov, Feruzjon" Date: Mon, 13 Mar 2023 11:46:06 +0200 Subject: [PATCH] gitignore: ignore codecov coverage report We don't necessarily need to keep the codecov coverage report on the git. As such, adding it to the gitignore to avoid it from accidental commiting. Signed-off-by: Muyassarov, Feruzjon --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c91845d66d..c008b2e03d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ bin/ demo/helper-scripts/*.pdf demo/helper-scripts/*.log /kustomization.yaml +coverage.out