Skip to content

Commit 22144b4

Browse files
authored
Add gitignore coverage (#100)
This is needed by the release CI to avoid including the coverage report in the versionbump commit (git add -A)
1 parent d93158a commit 22144b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
.env.test.local
2020
.env.production.local
2121

22+
# jest
23+
/coverage

0 commit comments

Comments
 (0)