Skip to content

Commit

Permalink
Exclude .yarn from vscode search
Browse files Browse the repository at this point in the history
It contains vendored distribution of yarn which is committed into git
for reproducibility, but it doesn't make sense to include it in search.
  • Loading branch information
rakyi committed Dec 7, 2024
1 parent bafb990 commit 1e169ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.insertFinalNewline": false,
"search.exclude": {
".yarn": true,
"**/itsJustJavascript": true,
"bakedSite": true,
"yarn.lock": true
Expand Down

0 comments on commit 1e169ad

Please sign in to comment.