Add spellings and adjust spell checker configuration

This commit is contained in:
Isaiah Odhner 2023-05-13 13:55:18 -04:00
parent 26e077bce3
commit e1185a0c21

View File

@ -11,10 +11,13 @@
], ],
"ignorePaths": [ "ignorePaths": [
".git", ".git",
"*.(bmp|png|jpg|jpeg|gif|svg|ico|tiff|tif)", "*.(bmp|png|jpg|jpeg|gif|svg|ico|tiff|tif|ans)",
"*.log", "*.log",
"**/localization/*/**/*", "**/localization/*/**/*",
"**/localization/*.sh", "**/localization/*.sh",
"**/typings/**/*",
"**/samples/*",
"**/samples/**/*",
"__pycache__", "__pycache__",
"*.egg-info/**/*" "*.egg-info/**/*"
], ],
@ -29,6 +32,7 @@
"Fira", "Fira",
"fudgedness", "fudgedness",
"getpid", "getpid",
"getpixel",
"Haha", "Haha",
"hkey", "hkey",
"humbnail", "humbnail",
@ -45,6 +49,7 @@
"polyline", "polyline",
"psutil", "psutil",
"pycache", "pycache",
"pyfiglet",
"pyperclip", "pyperclip",
"pypixelart", "pypixelart",
"pyright", "pyright",