Skip to content

Commit

Permalink
fix: ignore .yarn folder (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
HigherOrderLogic committed Mar 13, 2024
1 parent 30229d3 commit d41a5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/globs.ts
Expand Up @@ -72,6 +72,7 @@ export const GLOB_EXCLUDE = [
'**/.cache',
'**/.output',
'**/.vite-inspect',
'**/.yarn',

'**/CHANGELOG*.md',
'**/*.min.*',
Expand Down

0 comments on commit d41a5f0

Please sign in to comment.