We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
picomatch
1 parent ee9365a commit 7a9a5d6Copy full SHA for 7a9a5d6
1 file changed
wrapper.js
@@ -19,7 +19,8 @@ function normalizeOptions(dir, opts = {}) {
19
// regular expression on Linux where the resulting
20
// negative lookahead `(?!(\\/|^)` was never matching
21
// in some cases. See also https://bit.ly/3UZlQDm
22
- dot: true
+ dot: true,
23
+ windows: process.platform === 'win32',
24
});
25
opts.ignoreGlobs.push(regex.source);
26
} else {
0 commit comments