textual-paint/cspell.json

47 lines
591 B
JSON
Raw Normal View History

2023-04-10 23:51:39 +03:00
{
"files": [
"**",
".*/**"
],
"ignorePaths": [
".git",
"*.(bmp|png|jpg|jpeg|gif|svg|ico|tiff|tif)",
2023-04-15 01:06:53 +03:00
"*.log",
"localization/*/**/*",
"localization/*.sh",
2023-04-15 01:06:53 +03:00
"__pycache__"
2023-04-10 23:51:39 +03:00
],
"words": [
2023-04-22 05:51:00 +03:00
"bezier",
2023-04-11 05:24:22 +03:00
"Bresenham",
"Bresenham's",
2023-04-11 01:44:24 +03:00
"cmdpxl",
"DIALOGEX",
"fudgedness",
2023-04-19 09:08:01 +03:00
"getpid",
2023-04-13 17:06:39 +03:00
"Haha",
2023-04-13 05:42:48 +03:00
"hkey",
2023-04-19 03:43:51 +03:00
"humbnail",
2023-04-10 23:51:39 +03:00
"𝗟𝙇",
2023-04-19 03:43:51 +03:00
"llpaper",
2023-04-17 02:23:00 +03:00
"modd",
2023-04-10 23:51:39 +03:00
"Odhner",
2023-04-21 22:05:15 +03:00
"pagedown",
"pageup",
2023-04-19 19:00:34 +03:00
"pipreqs",
2023-04-11 01:44:24 +03:00
"Playscii",
2023-04-22 08:04:19 +03:00
"polyline",
2023-04-19 09:08:01 +03:00
"psutil",
2023-04-15 01:06:53 +03:00
"pycache",
2023-04-11 20:21:19 +03:00
"pypixelart",
2023-04-22 09:27:43 +03:00
"pyright",
2023-04-19 03:43:51 +03:00
"Shft",
2023-04-11 23:22:00 +03:00
"stransi",
"STRINGTABLE",
"ufeff",
2023-04-13 05:42:48 +03:00
"undos",
2023-04-19 03:43:51 +03:00
"ustom",
2023-04-13 05:42:48 +03:00
"vkey"
2023-04-10 23:51:39 +03:00
]
}