Skip to content

Commit 9eecddc

Browse files
committed
Ignore Yarn v2+ metadata & caches during search
1 parent 45b940d commit 9eecddc

File tree

1 file changed

+3
-0
lines changed
  • packages/tailwindcss-language-service/src/util

1 file changed

+3
-0
lines changed

packages/tailwindcss-language-service/src/util/state.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ export function getDefaultTailwindSettings(): Settings {
218218
// NPM
219219
'**/node_modules/**',
220220

221+
// Yarn v2+ metadata & caches
222+
'**/.yarn/**',
223+
221224
// Python Virtual Environments
222225
'**/.venv/**',
223226
'**/venv/**',

0 commit comments

Comments
 (0)