Skip to content

Commit

Permalink
fix(config): extend default ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 21, 2024
1 parent efe6285 commit ea0667a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export async function loadConfig(
dotenv: true,
overrides,
defaults: {
ignore: ["node_modules", "dist", ".*"],
ignore: ["**/node_modules", "**/dist", "**/.*"],
dir,
},
});
Expand Down

0 comments on commit ea0667a

Please sign in to comment.