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:
Harsha Nalluru 2019-04-30 13:18:07 -07:00 коммит произвёл GitHub
Родитель a4580c8a0b
Коммит 52e2c6ec4f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

3
.gitignore поставляемый
Просмотреть файл

@ -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/