From 44f643195c574f5caa057209a53f2967166b8ce2 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Fri, 30 Jul 2021 23:48:00 -0700 Subject: [PATCH] Add .cdb.json file for ContentDB updates --- .cdb.json | 11 +++++++++++ .gitattributes | 4 +--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 .cdb.json diff --git a/.cdb.json b/.cdb.json new file mode 100644 index 0000000..b54c648 --- /dev/null +++ b/.cdb.json @@ -0,0 +1,11 @@ +{ + "type": "MOD", + "title": "Cleaner", + "short_description": "Remove/Replace unknown entities, nodes, & items.", + "license": "MIT", + "media_license": "CC0", + "tags": ["world_tools"], + "repo": "https://github.com/AntumMT/mod-cleaner", + "issue_tracker": "https://github.com/AntumMT/mod-cleaner/issues", + "forums": "18381", +} diff --git a/.gitattributes b/.gitattributes index 8cd26bb..8e94d42 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,2 @@ -.gitattributes export-ignore -.github/ export-ignore -.ldoc/ export-ignore +.* export-ignore sounds_src/ export-ignore