Update .gitignore - ignore browser coverage (#2593)
Ignore browser coverage and published test-results - `test-results.*xml` (to handle both `test-results.xml` and `test-results.browser.xml`)
This commit is contained in:
Родитель
a4580c8a0b
Коммит
52e2c6ec4f
|
@ -16,6 +16,7 @@ lib-cov
|
|||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
coverage-browser
|
||||
|
||||
# nyc test coverage
|
||||
.nyc_output
|
||||
|
@ -101,7 +102,7 @@ npm-debug.log.*
|
|||
azure_error
|
||||
checkstyle-result.xml
|
||||
test-result.xml
|
||||
test-results.xml
|
||||
test-results.*xml
|
||||
**/cjs/
|
||||
**/esm/
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче