From 7b3f4aade7fcad124fcdf892c490b81d72b9c044 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Thu, 30 Mar 2023 08:53:05 -0400 Subject: [PATCH] chore: add coverage to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e33c9c03..592bdc2e 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ go-waku *.out.tmp coverage.html coverage.json +coverage # Dependency directories (remove the comment below to include it) # vendor/