From 4d65ede0d82b30b12a5903671284a587c4ff344f Mon Sep 17 00:00:00 2001 From: Albert Ho Date: Tue, 17 Sep 2024 13:49:16 -0700 Subject: [PATCH] spellcheck ignore .sum files (go) --- resources/.lint/spell-check/.cspell.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/.lint/spell-check/.cspell.json b/resources/.lint/spell-check/.cspell.json index 6c1e273af..a591509c2 100644 --- a/resources/.lint/spell-check/.cspell.json +++ b/resources/.lint/spell-check/.cspell.json @@ -33,8 +33,7 @@ "**/*.meta", "../../../binding/unity/Packages/**/*", "../../../binding/unity/ProjectSettings/**/*", - - + "**/*.csproj", "**/*.targets", @@ -69,6 +68,8 @@ "**/binding/react-native/test-app/**/*.xml", "**/binding/react-native/test-app/**/*.mm", + "**/*.sum", + "**/Cargo.toml" ] }