mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
20 lines
363 B
JSON
20 lines
363 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.",
|
|
"ignore" :
|
|
[
|
|
"*.psd",
|
|
"*.vcproj",
|
|
"*.txt",
|
|
"*.xcf",
|
|
".git*",
|
|
"*.md",
|
|
".travis.yml",
|
|
"git-hooks-pre-commit",
|
|
"advdupe2icon.*",
|
|
"LICENSE"
|
|
]
|
|
}
|