Skip to content

Commit 527b625

Browse files
committed
fix: update default exclude
1 parent 1943214 commit 527b625

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

src/globs.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,20 @@ export const GLOB_EXCLUDE = [
7979
'**/.output',
8080
'**/.vite-inspect',
8181
'**/.yarn',
82-
'**/vite.config.*.timestamp-*',
8382

8483
'**/CHANGELOG*.md',
85-
'**/*.min.*',
8684
'**/LICENSE*',
85+
'**/*.min.*',
8786
'**/__snapshots__',
87+
88+
// Tools temp files
89+
'**/vite.config.*.timestamp-*',
8890
'**/auto-import?(s).d.ts',
8991
'**/components.d.ts',
92+
93+
// AI related
94+
'**/.context',
95+
'**/.claude',
96+
'**/.agents',
97+
'**/.*/skills',
9098
]

0 commit comments

Comments
 (0)