From 872bd381676222323351ce04bb9dcb116c61be8d Mon Sep 17 00:00:00 2001 From: HARPER Jon Date: Fri, 11 Apr 2025 11:01:48 +0200 Subject: [PATCH] Add gitignore coverage This is needed by the release CI to avoid including the coverage report in the versionbump commit (git add -A) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8789b05..b2556ff 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ .env.test.local .env.production.local +# jest +/coverage