Skip to content

Commit d41a5f0

Browse files
authoredMar 13, 2024··
fix: ignore .yarn folder (#421)
1 parent 30229d3 commit d41a5f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/globs.ts

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export const GLOB_EXCLUDE = [
7272
'**/.cache',
7373
'**/.output',
7474
'**/.vite-inspect',
75+
'**/.yarn',
7576

7677
'**/CHANGELOG*.md',
7778
'**/*.min.*',

0 commit comments

Comments
 (0)
Please sign in to comment.