Skip to content

Commit c6756fa

Browse files
authored
ci: add cspell.json to filetypes dictionary (streetsidesoftware#459)
1 parent 418695b commit c6756fa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dictionaries/filetypes/cspell.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"files": [
3+
"**/*.{md,txt}"
4+
],
5+
"dictionaries": [
6+
"filetypes"
7+
],
8+
"import": [
9+
"./cspell-ext.json"
10+
],
11+
"ignoreWords": []
12+
}

0 commit comments

Comments
 (0)