Commit 1ec9212
Make exclude-path regex patterns more robust
Use '.*meta\.json$' instead of '.*/meta\.json$' to match files
both with and without directory paths. This ensures all meta.json
and meta.cn.json files are properly excluded from link checking.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent da7b005 commit 1ec9212
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments