Skip to content

Commit

Permalink
chore: add auto generated yarn ignored files (#2631)
Browse files Browse the repository at this point in the history
## Proposed change

chore: add auto generated yarn ignored files

<!--
Please include a summary of the changes and the related issue.
Please also include relevant motivation and context.
-->

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * 🐛 Fix #issue -->
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
  • Loading branch information
kpanot authored Dec 20, 2024
2 parents fae0dd1 + 5892a1a commit 0a97daf
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 0a97daf

Please sign in to comment.