From 5f71ab851544735321de7cda77bfd4e9624cf9eb Mon Sep 17 00:00:00 2001 From: Rick Winter Date: Wed, 17 Jul 2024 10:59:26 -0700 Subject: [PATCH] Ignore spelling in the CODEOWNER baseline (#5811) --- .vscode/cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 21c218a11..9b4028a90 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -27,6 +27,7 @@ "*.lib", "*.yaml", ".github/CODEOWNERS", + ".github/CODEOWNERS_baseline_errors.txt", ".gitignore", ".vscode/cspell.json", "vcpkg-custom-ports",