From 05b854e156fc8169ba5ed690b0cb6395d3e07b8b Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Wed, 7 Jun 2023 08:26:42 +0200 Subject: [PATCH] Added extra coverage directories to gitignore refs https://ghost.slack.com/archives/C02G9E68C/p1686083282151169 - these were added as part of splitting out the coverage for the separate runs, but I forgot to add them to the gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 424db1845a..cd3d0a442b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,8 @@ lib-cov # Coverage directory used by tools like istanbul coverage coverage-e2e +coverage-integration +coverage-regression coverage_* # nyc test coverage