Add /coverage to .gitignore (#22397)

* add coverage to gitignore

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

* ignore coverage
This commit is contained in:
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

3
.gitignore vendored
View file

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