Skip to content

Commit

Permalink
Update excluding-paths.md to reflect that it's a regex match
Browse files Browse the repository at this point in the history
  • Loading branch information
mre authored Dec 11, 2023
1 parent 292c1db commit 924816b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/excluding-paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exclude_path = ["node_modules"]
Regular expressions are also supported.

```toml
exclude_path = ["node_modules", "^./dir/", "*/dev/*"]
exclude_path = ["node_modules", "^./dir/", ".*/dev/.*"]
```

[Here](https://github.com/mre/endler.dev/blob/50d8d5f90dbafa445c9455e420a40f8866f3e1c7/lychee.toml#L28) is an example config file.
Expand Down

0 comments on commit 924816b

Please sign in to comment.