mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
Merge pull request #102 from wiremod/workshop-preparation
conversion to new addon file format
This commit is contained in:
commit
d83a888c10
23
addon.json
Normal file
23
addon.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"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",
|
||||
"git-hooks-pre-commit",
|
||||
"gitrid.sh",
|
||||
"icon.tga",
|
||||
"license",
|
||||
"readme.md",
|
||||
"wiremod.fgd",
|
||||
"wiremod.jpg"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user