diff --git a/.github/config/lychee.toml b/.github/config/lychee.toml index 5bf723b..a6ff4e4 100644 --- a/.github/config/lychee.toml +++ b/.github/config/lychee.toml @@ -19,4 +19,7 @@ exclude = [ # exclude localhost, file references from schema-docs.md "^http://localhost", "file:///path/to/file.jsonl", + "file:///var/log/logs.jsonl", + "file:///var/log/metrics.jsonl", + "file:///var/log/traces.jsonl", ] diff --git a/.lycheeignore b/.lycheeignore deleted file mode 100644 index 756b8f1..0000000 --- a/.lycheeignore +++ /dev/null @@ -1,4 +0,0 @@ -file:///var/log/logs.jsonl -file:///var/log/metrics.jsonl -file:///var/log/traces.jsonl -file:///path/to/file.jsonl \ No newline at end of file