Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed May 31, 2024
1 parent b3b7469 commit c68f8c1
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions res/.lint/spell-check/.cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}

0 comments on commit c68f8c1

Please sign in to comment.