We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45d13c commit 5907992Copy full SHA for 5907992
.cspell.json
@@ -8,6 +8,7 @@
8
"ignorePaths": [
9
"**/_.gitattributes",
10
"**/_.gitignore",
11
+ "**/devcontainer.json",
12
"**/build-and-test-powershell-module.yml",
13
"**/build-test-and-deploy-powershell-module.yml"
14
],
src/ScriptModuleRepositoryTemplate/TemplateRepoFiles/_.cspell.json
@@ -6,8 +6,8 @@
6
"version": "0.2",
7
"language": "en",
- "**/build-and-test-powershell-module.yml",
- "**/build-test-and-deploy-powershell-module.yml"
+ ".devcontainer/devcontainer.json",
+ ".github/workflows/*.yml"
"words": [
"behaviour",
0 commit comments