advdupe2/addon.json
CoreyLee Hassell 0ef1c4b1f0 Update addon.json
Required changes for workshop upload.
2017-03-07 03:56:14 -05:00

27 lines
511 B
JSON

{
"title" : "Advanced Duplicator 2",
"type" : "tool",
"tags" : [ "build" ],
"description": "Ground up rewrite meant to make up for some of the shortcomings of the first iteration of AdvDupe. Still considered alpha!",
"ignore" :
[
"*.psd",
"*.vcproj",
"*.svn*",
"*.txt",
"*.xcf",
".git*",
".gitignore",
"CONTRIBUTING.md",
"git-hooks-pre-commit",
"gitrid.sh",
"icon.tga",
"advdupe2icon.jpg",
"advdupe2icon.psd",
"license",
"readme.md",
"wiremod.fgd",
"wiremod.jpg"
]
}