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 +}