From 1f100538e76e2f216e408b70ca0264052e2f462c Mon Sep 17 00:00:00 2001 From: wrefgtzweve <69946827+wrefgtzweve@users.noreply.github.com> Date: Tue, 26 Oct 2021 19:36:29 +0200 Subject: [PATCH] Add workshop files --- .gitignore | 1 + addon.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 addon.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc87b22 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.gma \ No newline at end of file diff --git a/addon.json b/addon.json new file mode 100644 index 0000000..57f7905 --- /dev/null +++ b/addon.json @@ -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" + ] +} \ No newline at end of file