We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1943214 commit 527b625Copy full SHA for 527b625
1 file changed
src/globs.ts
@@ -79,12 +79,20 @@ export const GLOB_EXCLUDE = [
79
'**/.output',
80
'**/.vite-inspect',
81
'**/.yarn',
82
- '**/vite.config.*.timestamp-*',
83
84
'**/CHANGELOG*.md',
85
- '**/*.min.*',
86
'**/LICENSE*',
+ '**/*.min.*',
87
'**/__snapshots__',
+
88
+ // Tools temp files
89
+ '**/vite.config.*.timestamp-*',
90
'**/auto-import?(s).d.ts',
91
'**/components.d.ts',
92
93
+ // AI related
94
+ '**/.context',
95
+ '**/.claude',
96
+ '**/.agents',
97
+ '**/.*/skills',
98
]
0 commit comments