From 99f91fb63af5441f0d5592307a7f7dbd8364359e Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Thu, 12 Aug 2021 23:35:39 -0700 Subject: [PATCH] Add ContentDB configuration --- .cdb.json | 12 ++++++++++++ .gitattributes | 1 + 2 files changed, 13 insertions(+) create mode 100644 .cdb.json create mode 100644 .gitattributes diff --git a/.cdb.json b/.cdb.json new file mode 100644 index 0000000..e1f5ded --- /dev/null +++ b/.cdb.json @@ -0,0 +1,12 @@ +{ + "type": "MOD", + "name": "skeleton", + "title": "Skeleton", + "short_description": "A skeleton mob.", + "license": "MIT", + "media_license": "CC-BY-SA-3.0", + "tags": ["mobs"], + "repo": "https://github.com/AntumMT/mod-skeleton", + "issue_tracker": "https://github.com/AntumMT/mod-skeleton/issues", + "forums": 27168 +} diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..998f601 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.* export-ignore