Add /coverage to .gitignore (#22397)

* add coverage to gitignore

Signed-off-by: Kerry Archibald <kerrya@element.io>

* ignore coverage
pull/22414/head
Kerry 2022-05-30 15:27:26 +02:00 committed by GitHub
parent e92d44eb56
commit 7c8ded1526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -22,4 +22,5 @@ electron/pub
/webpack-stats.json
.vscode
.vscode/
.env
.env
/coverage