From dceaea78c613d8593de4aab95cef57c407760585 Mon Sep 17 00:00:00 2001 From: ronnie Date: Wed, 10 Jun 2026 15:10:54 -0400 Subject: [PATCH] attepted fix in wrong spot. --- cspell.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cspell.json b/cspell.json index 49e54b0..188ce63 100644 --- a/cspell.json +++ b/cspell.json @@ -1,10 +1,10 @@ { "files": [ - "**/*.*", - "**/*.uid" + "**/*.*" ], "ignorePaths": [ "**/*.tscn", + "**/*.uid", "**/*.import", "**/badges/**/*.*", "**/coverage/**/*.*",