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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -33,3 +33,6 @@ Thumbs.db
|
||||
|
||||
# Ignore built ts files
|
||||
dist/**/*
|
||||
|
||||
# Ignore output from coverage report
|
||||
coverage
|
||||
|
||||
Reference in New Issue
Block a user