Skip to content

Commit ea0667a

Browse files
committed
fix(config): extend default ignores
1 parent efe6285 commit ea0667a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export async function loadConfig(
9191
dotenv: true,
9292
overrides,
9393
defaults: {
94-
ignore: ["node_modules", "dist", ".*"],
94+
ignore: ["**/node_modules", "**/dist", "**/.*"],
9595
dir,
9696
},
9797
});

0 commit comments

Comments
 (0)