From 8b24723c189fc6db3fddb30bd623141ba048746f Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Thu, 8 Aug 2024 16:44:10 +0200 Subject: [PATCH] fix: added cover.out to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6c17bbe1..41f70845 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ stage/ /snap .idea +/cover.out \ No newline at end of file