advdupe2/addon.json

21 lines
374 B
JSON
Raw Normal View History

{
"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",
2021-05-07 18:19:00 -04:00
"*.tga",
"*.xcf",
".git*",
2021-03-06 10:48:54 -05:00
"*.md",
".travis.yml",
"git-hooks-pre-commit",
2021-03-06 10:48:54 -05:00
"advdupe2icon.*",
"LICENSE"
]
}