Skip to content

Commit

Permalink
Exclude yarn executable dir form search & parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Jul 26, 2022
1 parent 4788af8 commit 4b1c009
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/create-redwood-app/template/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
},
"[prisma]": {
"editor.formatOnSave": true
}
},
"files.exclude": {
"**/.yarn": true
}
}

0 comments on commit 4b1c009

Please sign in to comment.