Skip to content

Commit fe1380b

Browse files
committed
chore: Fix spellcheck config
1 parent 853917c commit fe1380b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.cspell.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"version": "0.2",
77
"language": "en",
88
"ignorePaths": [
9-
".gitattributes",
10-
".gitignore"
9+
"**/_.gitattributes",
10+
"**/_.gitignore"
1111
],
1212
"words": [
1313
"hashtable"

src/ScriptModuleRepositoryTemplate/TemplateRepoFiles/_.cspell.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
{
66
"version": "0.2",
77
"language": "en",
8-
"ignorePaths": [
9-
"**/.gitattributes",
10-
"**/.gitignore"
11-
],
8+
"ignorePaths": [],
129
"words": [
1310
"hashtable"
1411
],

0 commit comments

Comments
 (0)