From 7c8ded1526b969316dc7f15ff9a680dc12c84b3b Mon Sep 17 00:00:00 2001 From: Kerry Date: Mon, 30 May 2022 15:27:26 +0200 Subject: [PATCH] Add /coverage to .gitignore (#22397) * add coverage to gitignore Signed-off-by: Kerry Archibald * ignore coverage --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fda1ffcf5e..9d86780deb 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,5 @@ electron/pub /webpack-stats.json .vscode .vscode/ -.env \ No newline at end of file +.env +/coverage