Skip to content

Commit

Permalink
chore: add auto generated yarn ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
kpanot committed Dec 19, 2024
1 parent b131702 commit 5892a1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@
"search.useIgnoreFiles": true,
"search.exclude": {
"**/*.code-search": true,
"**/.yarn/**": true,
"**/github-actions/*/packaged-action/**": true
"**/github-actions/*/packaged-action/**": true,
"**/.yarn": true,
"**/.pnp.*": true
},
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": ".yarn/sdks/typescript/lib"
Expand Down

0 comments on commit 5892a1a

Please sign in to comment.