Ignore config smoketest output report file

This commit is contained in:
Matthias 2023-03-01 22:00:31 +01:00 committed by Matthias Endler
parent 19976cd9e7
commit 08466ad59b
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View file

@ -18,3 +18,6 @@ Cargo.lock
# Lychee-specific files
.lycheecache
# Config smoketest report file
.config.dummy.report.md

View file

@ -8,7 +8,7 @@ no_progress = true
# Path to summary output file.
# Commented to avoid creating temporary files.
# output = "report.md"
output = ".config.dummy.report.md"
############################# Cache ###############################

View file

@ -8,7 +8,7 @@ verbose = "info"
no_progress = false
# Path to summary output file.
output = "report.md"
output = ".config.dummy.report.md"
############################# Cache ###############################