mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Add tests output folder for manual checks to .gitignore
This commit is contained in:
parent
85e3aa1dfe
commit
7deac0d558
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -96,4 +96,7 @@ Thumbs.db
|
|||
|
||||
# Ignore built ts files
|
||||
__tests__/runner/*
|
||||
lib/**/*
|
||||
lib/**/*
|
||||
|
||||
# Project specific
|
||||
__tests__/__outputs__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue