wowozela/addon.json

25 lines
297 B
JSON
Raw Normal View History

2019-09-16 02:42:25 -04:00
{
"title" : "Wowozela",
"type" : "tool",
"tags" : [ "fun" ],
"ignore" :
[
2020-11-07 18:10:52 -05:00
"convert.py",
2019-09-16 02:42:25 -04:00
".gitignore",
".editorconfig",
".git*",
".vscode/*",
"*.txt",
"*.md",
"*.bat",
"*.sh",
"icon.jpg",
"*.7z",
"*.md",
"*.yml",
"COPYING",
2021-08-29 17:46:58 -04:00
"_TEMP.gma",
"workshop_post.py"
2019-09-16 02:42:25 -04:00
]
}