gerbil/cspell.json

141 lines
2.4 KiB
JSON

{
"version": "0.2",
"language": "en",
// Only project-specific terms that aren't covered by built-in dictionaries
"words": [
"AMDGPU",
"APPIMAGE",
"asar",
"BLAS",
"clblast",
"clinfo",
"contextsize",
"Cooldown",
"cublas",
"cuda",
"CUDA",
"Dolfino",
"Egor",
"finetuned",
"flashattention",
"Flashattention",
"friendlykobold",
"geforce",
"ggml",
"gguf",
"GGUF",
"gpulayers",
"hipblas",
"kcpps",
"kcppt",
"koboldai",
"KoboldAI",
"KOBOLDAI",
"koboldcpp",
"KoboldCpp",
"lowvram",
"Lowvram",
"maximizable",
"minimizable",
"mmproj",
"mmq",
"multiuser",
"noavx",
"nocertify",
"nocuda",
"noheader",
"nommq",
"noshift",
"nsis",
"nvidia",
"oldpc",
"OLDPC",
"Papi",
"Philippov",
"pkexec",
"PYTHONDONTWRITEBYTECODE",
"PYTHONUNBUFFERED",
"quantmatmul",
"radeon",
"remotetunnel",
"rocm",
"ROCM",
"rocminfo",
"safetensors",
"sdclipg",
"sdclipl",
"sdlora",
"sdmodel",
"sdphotomaker",
"sdui",
"sdvae",
"SDXL",
"sonarjs",
"Tauri",
"togglefullscreen",
"treemap",
"trycloudflare",
"unquantized",
"useclblast",
"usecuda",
"usevulkan",
"vram",
"vulkan",
"vulkaninfo",
"wayland",
"websearch"
],
"ignorePaths": [
"node_modules/**",
"dist/**",
"dist-electron/**",
"out/**",
"release/**",
"build/**",
"*.min.js",
"*.min.css",
"package-lock.json",
"**/*.log",
"coverage/**",
".git/**",
".vscode/**",
"*.map"
],
"dictionaries": [
"typescript",
"node",
"npm",
"html",
"css",
"bash",
"en-gb",
"companies",
"softwareTerms",
"misc"
],
"languageSettings": [
{
"languageId": "typescript,javascript",
"caseSensitive": true,
"dictionaries": ["typescript", "node", "npm", "softwareTerms"]
},
{
"languageId": "css,scss,less",
"dictionaries": ["css", "fonts"]
},
{
"languageId": "html",
"dictionaries": ["html", "css", "typescript"]
}
],
"overrides": [
{
"filename": "**/*.md",
"dictionaries": ["en-gb", "typescript", "node", "npm", "companies"]
},
{
"filename": "**/README.md",
"words": ["github", "screenshot", "screenshots", "workflow", "workflows"]
}
]
}