From 041eac3cb5f8fb1e7f8711e237282f6c0d5ca3f8 Mon Sep 17 00:00:00 2001 From: Mike Bloy Date: Fri, 28 Jul 2023 15:58:43 -0500 Subject: [PATCH] initial commit --- .gitattributes | 7 +++++++ module.json | 11 +++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .gitattributes create mode 100644 module.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4ca43c9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +packs/** binary +*.webp filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text diff --git a/module.json b/module.json new file mode 100644 index 0000000..af88d5c --- /dev/null +++ b/module.json @@ -0,0 +1,11 @@ +{ + "id": "mb-assets", + "title": "MB assets", + "version": "1.0.0", + "compatibility": { + "minimum": "11", + "verified": "11" + }, + "description": "A collection of useful assets in a convenient package, for personal use only", + "url": "https://git.bloy.org/foundryvtt/mb-assets" +} \ No newline at end of file