The docs (https://lychee.cli.rs/recipes/excluding-paths) seem to indicate that it does
Regular expressions are also supported.
...
exclude_path = ["node_modules", "^./dir/", "./dev/."]
but I can't get it to work, and I don't see any tests in the repo for it, thanks.
The docs (https://lychee.cli.rs/recipes/excluding-paths) seem to indicate that it does
but I can't get it to work, and I don't see any tests in the repo for it, thanks.