Commit 969c220
authored
fix(config): include hidden files in file enum glob (#1548)
The file enumeration function now includes hidden files by setting
`hidden = true` in the glob options. This ensures that all files,
including dotfiles, are considered during enumeration.
Closes #15161 parent 4759ecd commit 969c220
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments