Skip to content

Commit 8e68730

Browse files
committed
fix: ignore .yarn folder
1 parent 8e2e20f commit 8e68730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/constants/glob.ts

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export const GLOB_EXCLUDE = [
7979
'**/.cache',
8080
'**/.output',
8181
'**/.vite-inspect',
82+
'**/.yarn',
8283

8384
'**/CHANGELOG*.md',
8485
'**/*.min.*',

0 commit comments

Comments
 (0)