forked from Ninjalama/streamyfin_mirror
14 lines
246 B
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"
|
|
]
|
|
}
|