Skip to content

Commit 5907992

Browse files
committed
chore: Ignore spellcheck in devcontainer
1 parent c45d13c commit 5907992

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.cspell.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"ignorePaths": [
99
"**/_.gitattributes",
1010
"**/_.gitignore",
11+
"**/devcontainer.json",
1112
"**/build-and-test-powershell-module.yml",
1213
"**/build-test-and-deploy-powershell-module.yml"
1314
],

src/ScriptModuleRepositoryTemplate/TemplateRepoFiles/_.cspell.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"version": "0.2",
77
"language": "en",
88
"ignorePaths": [
9-
"**/build-and-test-powershell-module.yml",
10-
"**/build-test-and-deploy-powershell-module.yml"
9+
".devcontainer/devcontainer.json",
10+
".github/workflows/*.yml"
1111
],
1212
"words": [
1313
"behaviour",

0 commit comments

Comments
 (0)