From 107b2766ef7822ecf9a78078c067974213f18cf2 Mon Sep 17 00:00:00 2001 From: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:56:41 +0100 Subject: [PATCH] no need to manually specify `windows` --- src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index ef9d3f4..dd2c375 100644 --- a/src/index.ts +++ b/src/index.ts @@ -50,8 +50,7 @@ function getFdirBuilder(options: GlobOptions) { filters: [ picomatch(processed.match, { dot: true, - ignore: processed.ignore, - windows: process.platform === 'win32' + ignore: processed.ignore }) ] }