Skip to content

Commit 5892a1a

Browse files
committed
chore: add auto generated yarn ignored files
1 parent b131702 commit 5892a1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/settings.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@
9494
"search.useIgnoreFiles": true,
9595
"search.exclude": {
9696
"**/*.code-search": true,
97-
"**/.yarn/**": true,
98-
"**/github-actions/*/packaged-action/**": true
97+
"**/github-actions/*/packaged-action/**": true,
98+
"**/.yarn": true,
99+
"**/.pnp.*": true
99100
},
100101
"typescript.enablePromptUseWorkspaceTsdk": true,
101102
"typescript.tsdk": ".yarn/sdks/typescript/lib"

0 commit comments

Comments
 (0)