mirror of
https://github.com/wiremod/wire.git
synced 2025-03-04 03:03:04 -05:00
23 lines
445 B
JSON
23 lines
445 B
JSON
{
|
|
"title" : "Wiremod",
|
|
"type" : "tool",
|
|
"tags" : [ "build", "fun" ],
|
|
"description": "A collection of entities connectable by data wires utilizing logical concepts, which allows for the creation of advanced contraptions.",
|
|
"ignore" :
|
|
[
|
|
"*.psd",
|
|
"*.vcproj",
|
|
"*.txt",
|
|
"*.xcf",
|
|
".git*",
|
|
"*.md",
|
|
".luacheckrc",
|
|
".travis.yml",
|
|
"generate-luacheck.sh",
|
|
"git-hooks-pre-commit",
|
|
"gitrid.sh",
|
|
"LICENSE",
|
|
"wiremod.*"
|
|
]
|
|
}
|