diff --git a/.cspell.json b/.cspell.json index 23fbb29..f0eaf32 100644 --- a/.cspell.json +++ b/.cspell.json @@ -17,20 +17,20 @@ "unshown" ], "ignoreWords": [ - // "Codespace", // GitHub Codespaces - // "Codespaces", // GitHub Codespaces - // "deadlydog", - // "dawidd", // GitHub action author + "Codespace", // GitHub Codespaces + "Codespaces", // GitHub Codespaces + "deadlydog", // Username + "dawidd", // GitHub action author "devcontainer", // VS Code devcontainer - // "gittools", // GitHub action author - // "Hmmss", // Time format - // "jacoco", // Java code coverage - // "Leonhardt", // Person's name - // "madrapps", // GitHub action author - // "netstandard", // .NET Standard project target - // "nunit", // .NET unit testing framework - // "pwsh", // PowerShell Core - // "PowerShelldle", // PowerShell game - // "Wordle" // Game + "gittools", // GitHub action author + "Hmmss", // Time format + "jacoco", // Java code coverage + "Leonhardt", // Person's name + "madrapps", // GitHub action author + "netstandard", // .NET Standard project target + "nunit", // .NET unit testing framework + "pwsh", // PowerShell Core + "PowerShelldle", // PowerShell game + "Wordle" // Game ] }