Skip to content

Commit 1f3927c

Browse files
committedFeb 13, 2025··
fix: ignore root output only
1 parent 2f82380 commit 1f3927c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/globs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const GLOB_EXCLUDE: string[] = [
4545
GLOB_DIST,
4646
...GLOB_LOCKFILE,
4747

48-
'**/output',
48+
'output',
4949
'**/coverage',
5050
'**/temp',
5151
'**/fixtures',

0 commit comments

Comments
 (0)
Please sign in to comment.