Files
lunasea/.vscode/cspell.json
2022-04-10 13:49:18 -04:00

62 lines
925 B
JSON

{
"ignorePaths": [
"*.lock",
"*.yaml",
"*.yml",
/** Directories */
".dart_tool",
".git",
"build",
"shaders",
/** Files */
".all-contributorsrc",
".commitlintrc",
".czrc",
".packages"
],
"useGitignore": true,
"words": [
"AMOLED",
"appbundle",
"autofocused",
"blackbox",
"CanvasKit",
"cocoapods",
"codecov",
"colours",
"deintegrate",
"Discogs",
"emdash",
"fanart",
"fastlane",
"Firestore",
"Fluro",
"Gitbook",
"hardlink",
"Hellonext",
"keychain",
"leechers",
"Lidarr",
"lunasea",
"Newznab",
"NZBGet",
"Overseerr",
"Plex",
"podfile",
"prefill",
"Radarr",
"SABnzbd",
"scrollview",
"sksl",
"snapcraft",
"Sonarr",
"stickied",
"subheaders",
"Tautulli",
"unencrypted",
"unignore",
"Weblate",
"worktree"
]
}