From c68f8c1a7a3f14bb5af4d64be5994fac2350abe8 Mon Sep 17 00:00:00 2001 From: Eric Mikulin Date: Fri, 31 May 2024 15:54:39 -0700 Subject: [PATCH] Spelling --- res/.lint/spell-check/.cspell.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/res/.lint/spell-check/.cspell.json b/res/.lint/spell-check/.cspell.json index 08c067c..10352d1 100644 --- a/res/.lint/spell-check/.cspell.json +++ b/res/.lint/spell-check/.cspell.json @@ -11,6 +11,18 @@ } ], "ignorePaths": [ - "**/__pycache__/**" + "**/__pycache__/**", + + // ios + "../../../recipes/llm-voice-assistant/ios/PicoLLMVoiceAssistantDemo/resources/**/*", + "**/*.xcconfig", + "**/*.podspec", + "**/Podfile", + "**/*.plist", + "**/contents.xcworkspacedata", + "**/*.storyboard", + "**/*.pbxproj", + "**/*.xcscheme", + "**/*.m" ] -} \ No newline at end of file +}