From c5cd12b6b22669b171745259c0f9ad6c29b8a220 Mon Sep 17 00:00:00 2001 From: Om Aximani <75031769+OmAximani0@users.noreply.github.com> Date: Mon, 2 Jan 2023 18:59:10 +0530 Subject: [PATCH] Ignore cover profile file (#165) - Added `.cov` extension to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 122c627..f4d213e 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +*.cov # Dependency directories (remove the comment below to include it) # vendor/