mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-22 06:11:37 +03:00
28 lines
325 B
JSON
28 lines
325 B
JSON
{
|
||
"files": [
|
||
"**",
|
||
".*/**"
|
||
],
|
||
"ignorePaths": [
|
||
".git",
|
||
"*.(bmp|png|jpg|jpeg|gif|svg|ico|tiff|tif)",
|
||
"*.log",
|
||
"__pycache__"
|
||
],
|
||
"words": [
|
||
"Bresenham",
|
||
"Bresenham's",
|
||
"cmdpxl",
|
||
"Haha",
|
||
"hkey",
|
||
"𝗟𝙇",
|
||
"Odhner",
|
||
"Playscii",
|
||
"pycache",
|
||
"pypixelart",
|
||
"stransi",
|
||
"undos",
|
||
"vkey"
|
||
]
|
||
}
|