Skip to content

Commit

Permalink
no need to manually specify windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Jul 24, 2024
1 parent c504a46 commit 107b276
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ function getFdirBuilder(options: GlobOptions) {
filters: [
picomatch(processed.match, {
dot: true,
ignore: processed.ignore,
windows: process.platform === 'win32'
ignore: processed.ignore
})
]
}
Expand Down

0 comments on commit 107b276

Please sign in to comment.