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:
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