Skip to content

Commit ba4936e

Browse files
authored
chore(vscode): configure search exclusions (#1165)
## 🧰 Changes when pairing with @emilyskuo we noticed a handful of directories/files that i had configured myself but didn't configure for the repo writ large. figured all vscode users could benefit from this config. ## 🧬 QA & Testing do the search results properly exclude certain directories/files?
1 parent bad13d2 commit ba4936e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/settings.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"editor.defaultFormatter": "esbenp.prettier-vscode",
3+
"search.exclude": {
4+
"**/dist-gha": true,
5+
"CHANGELOG.md": true,
6+
"package-lock.json": true
7+
}
8+
}

0 commit comments

Comments
 (0)