wire/addon.json

22 lines
409 B
JSON
Raw Normal View History

2013-07-10 15:35:55 -04:00
{
"title" : "Wiremod",
"type" : "tool",
"tags" : [ "build", "fun" ],
"description": "A collection of entities connectable by data wires, which allows for the creation of advanced contraptions.",
"ignore" :
[
"*.psd",
"*.vcproj",
"*.svn*",
"*.txt",
2013-09-12 05:22:52 -04:00
"*.xcf",
2013-07-10 15:35:55 -04:00
".git*",
".gitignore",
"git-hooks-pre-commit",
"gitrid.sh",
2013-07-19 08:19:24 -04:00
"license",
"readme.md",
2013-07-10 15:35:55 -04:00
"wiremod.fgd",
"wiremod.jpg"
]
}