From 9ddc539d635baaf31fe6b6f001da3c9033e09423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Nussbaumer?= Date: Tue, 21 Feb 2023 15:12:32 +0100 Subject: [PATCH] chore: add profile.cov to .gitignore [skip ci] --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 01846fc..15dffce 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ test.log .env .secrets +profile.cov