wire/addon.json

30 lines
576 B
JSON
Raw 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",
"*.svn*",
"*.txt",
2013-09-12 05:22:52 -04:00
"*.xcf",
2013-07-10 15:35:55 -04:00
".git*",
".gitignore",
2016-10-01 08:43:37 -04:00
".luacheckrc",
".travis.yml",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"generate-luacheck.sh",
2013-07-10 15:35:55 -04:00
"git-hooks-pre-commit",
"gitrid.sh",
2013-07-19 08:19:24 -04:00
"license",
"readme.md",
"SECURITY.md",
2013-07-10 15:35:55 -04:00
"wiremod.fgd",
"wiremod.jpg",
"wiremod.psd"
2013-07-10 15:35:55 -04:00
]
}