From f1c27c12b0ae8d183da333e381164208b76dfbc1 Mon Sep 17 00:00:00 2001 From: Paul Sachs Date: Fri, 13 Dec 2024 11:33:01 -0500 Subject: [PATCH] Ignore vitest generated files in spell checking Signed-off-by: Paul Sachs --- cspell.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cspell.config.json b/cspell.config.json index 6d27a84e..5d030eeb 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -52,6 +52,7 @@ "**/gen", "**/snapshots", "**/*.css", - "**/*.xml" + "**/*.xml", + "**/tsconfig.vitest-temp.json" ] }