From 28a2be436fcbda935f260ad1df1389f4dc2b0502 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 c91845d66..c008b2e03 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ bin/ demo/helper-scripts/*.pdf demo/helper-scripts/*.log /kustomization.yaml +coverage.out