1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00

Do not store output from coverage tests in repo

This allows to avoid manual removal of output after  test runs
from pending git changes
This commit is contained in:
Peter Blazejewicz
2018-02-21 21:25:45 +01:00
parent dcb287e63d
commit 16dd928b5b

3
.gitignore vendored
View File

@@ -33,3 +33,6 @@ Thumbs.db
# Ignore built ts files
dist/**/*
# Ignore output from coverage report
coverage