textual-paint/cspell.json
Isaiah Odhner e41a7486c4 Fix ignore rule for textual_paint.egg-info
It's in src now.
2023-06-27 20:37:57 -04:00

116 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"files": [
"**",
".*/**"
],
"enableFiletypes": [
"pip-requirements",
"shellscript",
"tlaplus_cfg", // file type detected wrong, I'm just trying to match *.cfg
"toml"
],
"ignorePaths": [
".git",
"*.(bmp|png|jpg|jpeg|gif|svg|ico|tiff|tif|ans|flf)",
"*.log",
"**/localization/*/**/*",
"**/localization/*.sh",
"**/typings/**/*",
"**/samples/*",
"**/samples/**/*",
"__pycache__",
"**/*.egg-info/**/*"
],
"words": [
"appcode",
"appscript",
"asyncio",
"bezier",
"Bresenham",
"Bresenham's",
"bucketization",
"Caja",
"clion",
"cmdpxl",
"dasharray",
"Deutsch",
"DIALOGEX",
"domtree",
"emacsclient",
"executablepath",
"Figlet",
"Fira",
"fudgedness",
"getpid",
"getpixel",
"goland",
"gvim",
"hackily",
"Haha",
"hkey",
"hslrgb",
"hsrgb",
"humbnail",
"icns",
"Intelli",
"linewrap",
"𝗟𝙇",
"llpaper",
"lrgb",
"modd",
"mspaint",
"mvim",
"myusername",
"Nemo",
"Odhner",
"pagedown",
"pageup",
"phpstorm",
"pipreqs",
"Playscii",
"polyline",
"psutil",
"pybabel",
"pycache",
"pyfiglet",
"Pylance",
"pyperclip",
"pypixelart",
"pyright",
"pyxdg",
"qualname",
"rects",
"renderable",
"rmam",
"rmate",
"rubymine",
"setterm",
"setuptools",
"Shft",
"skool",
"smam",
"Smushing",
"stransi",
"STRINGTABLE",
"subl",
"textconv",
"thumbnailer",
"Thunar",
"tlaplus",
"truecolor",
"tspan",
"tspans",
"ufeff",
"undoable",
"undos",
"ustom",
"venv",
"vkey",
"webp",
"webstorm",
"wstorm",
"xgettext",
"xpot"
]
}