CSpell: ignore files

main
Isaiah Odhner 2024-01-29 04:28:06 -05:00
parent ef2393e79d
commit 07fad95eb1
1 changed files with 16 additions and 0 deletions

View File

@ -1,4 +1,20 @@
{
"ignorePaths": [
".history", // VS Code "Local History" extension
"node_modules",
"lib",
"out", // Electron Forge output
"*.png",
"*.gif",
"*.jpg",
"*.jpeg",
"*.svg",
"*.cur",
"*.ico",
"*.icns",
"*.wav",
"localization"
],
// @TODO: is there a way to prune this spelling list? I didn't know about the comment directives for a while,
// and accepted a lot of strings for the language names, in languages that I don't understand,
// and even with partial strings when it was buggy with Unicode.