mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
27 lines
511 B
JSON
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"
|
|
]
|
|
}
|