Skip to content

Commit

Permalink
fix: specifically set dot to false for code stability
Browse files Browse the repository at this point in the history
  • Loading branch information
Torathion committed Feb 20, 2025
1 parent c4f5f11 commit 8cf0612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ const defaultOptions = {
patterns: ['**/*'],
caseSensitiveMatch: true,
followSymbolicLinks: true,
onlyFiles: true
onlyFiles: true,
dot: false
};

function getOptions(input: Input, options?: Partial<GlobOptions>): GlobOptions {
Expand Down

0 comments on commit 8cf0612

Please sign in to comment.