mirror of
https://github.com/wiremod/wire.git
synced 2025-03-04 03:03:04 -05:00
30 lines
576 B
JSON
30 lines
576 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",
|
|
"*.svn*",
|
|
"*.txt",
|
|
"*.xcf",
|
|
".git*",
|
|
".gitignore",
|
|
".luacheckrc",
|
|
".travis.yml",
|
|
"CODE_OF_CONDUCT.md",
|
|
"CONTRIBUTING.md",
|
|
"generate-luacheck.sh",
|
|
"git-hooks-pre-commit",
|
|
"gitrid.sh",
|
|
"license",
|
|
"readme.md",
|
|
"SECURITY.md",
|
|
"wiremod.fgd",
|
|
"wiremod.jpg",
|
|
"wiremod.psd"
|
|
]
|
|
}
|