Skip to content

Commit 0b6f4be

Browse files
committed
docs: update cspell configuration to include specific words and ignore list
1 parent 0a152c6 commit 0b6f4be

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

cspell.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
"xml",
1010
"markdown"
1111
],
12-
"words": [],
13-
"ignoreWords": [
12+
"words": [
13+
"Authenticode",
1414
"psake",
1515
"MAML"
1616
],
17+
"ignoreWords": [
18+
"ExcludeDontShow"
19+
],
1720
"import": []
1821
}

0 commit comments

Comments
 (0)