diff --git a/.gitignore b/.gitignore index ec89293..d112db0 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ Cargo.lock # Lychee-specific files .lycheecache + +# Config smoketest report file +.config.dummy.report.md diff --git a/fixtures/configs/smoketest.toml b/fixtures/configs/smoketest.toml index 696ed2a..117bdfd 100644 --- a/fixtures/configs/smoketest.toml +++ b/fixtures/configs/smoketest.toml @@ -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 ############################### diff --git a/lychee.example.toml b/lychee.example.toml index 0e2dd77..3a221b2 100644 --- a/lychee.example.toml +++ b/lychee.example.toml @@ -8,7 +8,7 @@ verbose = "info" no_progress = false # Path to summary output file. -output = "report.md" +output = ".config.dummy.report.md" ############################# Cache ###############################