Commit 6e1fafa
Improve exclude-path regex precision
Use '(^|.*/)meta\.json$' instead of '.*meta\.json$' to match only
files exactly named 'meta.json', not files ending with 'meta.json'
like 'custom-meta.json'. This follows the original intent of the
glob pattern '**/meta.json'.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 1ec9212 commit 6e1fafa
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