From df06d014aa838625ed89f2dac3fccc13f058d611 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Mon, 23 Aug 2021 07:10:00 -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..aefbebf --- /dev/null +++ b/.cdb.json @@ -0,0 +1,12 @@ +{ + "type": "MOD", + "name": "hovercraft_ad", + "title": "Hovercrafts", + "short_description": "A fun alternative mode of transport.", + "license": "LGPL-3.0-or-later", + "media_license": "CC-BY-SA-4.0", + "tags": ["transport"], + "repo": "https://github.com/AntumMT/mod-hovercraft", + "issue_tracker": "https://github.com/AntumMT/mod-hovercraft/issues", + "forums": 6722 +} diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..998f601 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.* export-ignore