Skip to content

Commit b23f35f

Browse files
committed
chore: add ignorePaths for cSpell
1 parent fe4ccde commit b23f35f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@
145145
"xstate",
146146
"yamux"
147147
],
148+
"cSpell.ignorePaths": [
149+
"site/package.json",
150+
".vscode/settings.json"
151+
],
148152
"emeraldwalk.runonsave": {
149153
"commands": [
150154
{

0 commit comments

Comments
 (0)