Ignore coverage reports (#190)

This commit is contained in:
Moisés Ñañez 2019-10-28 12:47:14 -05:00 committed by Sojan Jose
parent 5a41f321c8
commit 40c72404d6

4
.gitignore vendored
View file

@ -43,3 +43,7 @@ public/packs
.jest-cache
# ignore jetbrains IDE files
.idea
# coverage report
buildreports
coverage