Skip to content

Commit d82f45d

Browse files
joshmeadsmre
authored andcommitted
Update excluding-paths.md
Remove incorrect documentation.
1 parent 7a424b5 commit d82f45d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/content/docs/recipes/excluding-paths.md

-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ Alternatively, you can also use the `exclude_path` key in the configuration file
1717
exclude_path = ["node_modules"]
1818
```
1919

20-
Regular expressions are also supported.
21-
22-
```toml title="lychee.toml"
23-
exclude_path = ["node_modules", "^./dir/", ".*/dev/.*"]
24-
```
25-
2620
[Here](https://github.com/mre/endler.dev/blob/50d8d5f90dbafa445c9455e420a40f8866f3e1c7/lychee.toml#L28) is an example config file.
2721

2822
## Examples

0 commit comments

Comments
 (0)