mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-24 21:33:43 +00:00
Ignore config smoketest output report file
This commit is contained in:
parent
19976cd9e7
commit
08466ad59b
3 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -18,3 +18,6 @@ Cargo.lock
|
|||
|
||||
# Lychee-specific files
|
||||
.lycheecache
|
||||
|
||||
# Config smoketest report file
|
||||
.config.dummy.report.md
|
||||
|
|
|
|||
2
fixtures/configs/smoketest.toml
vendored
2
fixtures/configs/smoketest.toml
vendored
|
|
@ -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 ###############################
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ verbose = "info"
|
|||
no_progress = false
|
||||
|
||||
# Path to summary output file.
|
||||
output = "report.md"
|
||||
output = ".config.dummy.report.md"
|
||||
|
||||
############################# Cache ###############################
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue