We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b150f commit 7f6fb96Copy full SHA for 7f6fb96
.cspell.json
@@ -12,7 +12,8 @@
12
"**/build-and-test-powershell-module.yml",
13
"**/build-test-and-deploy-powershell-module.yml",
14
"**/bin/**", // Ignore C# build output files.
15
- "**/obj/**" // Ignore C# build output files.
+ "**/obj/**", // Ignore C# build output files.
16
+ ".gitignore"
17
],
18
"words": [
19
"behaviour",
0 commit comments