wire/addon.json

22 lines
418 B
JSON
Raw Permalink Normal View History

2013-07-10 15:35:55 -04:00
{
"title" : "Wiremod",
"type" : "tool",
"tags" : [ "build", "fun" ],
2016-10-01 08:43:37 -04:00
"description": "A collection of entities connectable by data wires utilizing logical concepts, which allows for the creation of advanced contraptions.",
2013-07-10 15:35:55 -04:00
"ignore" :
[
"*.psd",
"*.vcproj",
"*.txt",
2013-09-12 05:22:52 -04:00
"*.xcf",
2013-07-10 15:35:55 -04:00
".git*",
2021-03-06 10:45:32 -05:00
"*.md",
".glualint.json",
".github",
2013-07-10 15:35:55 -04:00
"git-hooks-pre-commit",
"gitrid.sh",
2021-03-06 10:45:32 -05:00
"LICENSE",
2021-03-06 10:46:21 -05:00
"wiremod.*"
2013-07-10 15:35:55 -04:00
]
}