Add workshop files

This commit is contained in:
wrefgtzweve 2021-10-26 19:36:29 +02:00
parent bb1f118383
commit 1f100538e7
No known key found for this signature in database
GPG Key ID: EEEE2B0AA876845C
2 changed files with 15 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.gma

14
addon.json Normal file
View File

@ -0,0 +1,14 @@
{
"title": "Better dupe",
"description": "Overrides the default duplicator tool to fix lag / crashes.",
"type": "tool",
"tags": [
"fun",
"build"
],
"ignore": [
".git/*",
"*.gma",
"README.md"
]
}