Files
streamyfin/.github/spell-check.json

14 lines
246 B
JSON

{
"ignore_files": [
"**/node_modules/**",
"**/bun.lockb",
"**/android/**",
"**/ios/**",
"**/*.apk",
"**/*.aab",
"**/*.ipa",
".github/actions/spell-check-this/dictionary.txt",
".github/spell-check.json"
]
}