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

Merge pull request #86 from peterblazejewicz/feat/gitignore

Do not store output from coverage tests in repo
This commit is contained in:
Bowden Kelly
2018-02-26 17:08:52 -08:00
committed by GitHub

3
.gitignore vendored
View File

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