Skip to content

Commit 768ba37

Browse files
committed
ignore gitignore in cspell
1 parent 6571de3 commit 768ba37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"**/.github/**",
99
".vscode",
1010
"package-lock.json",
11-
"**/*.docx"
11+
"**/*.docx",
12+
".gitignore"
1213
],
1314
"ignoreRegExpList": [
1415
"/[0-9a-f]{8}.js/gi",

0 commit comments

Comments
 (0)