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