textual-paint/cspell.json

19 lines
209 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)",
"*.log"
],
"words": [
2023-04-11 01:44:24 +03:00
"cmdpxl",
2023-04-10 23:51:39 +03:00
"𝗟𝙇",
"Odhner",
2023-04-11 01:44:24 +03:00
"Playscii",
"pypixelart"
2023-04-10 23:51:39 +03:00
]
}