From 28c36f9c0d51c304d217ccccd4eb2ee92c09439f Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 30 Jan 2024 23:29:47 -0500 Subject: [PATCH] added submodules --- .gitmodules | 6 ++++++ src/userplugins/README.md | 3 +++ src/userplugins/ToastNotificationsMerge | 1 + src/userplugins/vc-message-logger-enhanced | 1 + 4 files changed, 11 insertions(+) create mode 100644 .gitmodules create mode 100644 src/userplugins/README.md create mode 160000 src/userplugins/ToastNotificationsMerge create mode 160000 src/userplugins/vc-message-logger-enhanced diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..1e42c5e5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "src/userplugins/ToastNotificationsMerge"] + path = src/userplugins/ToastNotificationsMerge + url = https://github.com/ethan-davies/ToastNotificationsMerge.git +[submodule "src/userplugins/vc-message-logger-enhanced"] + path = src/userplugins/vc-message-logger-enhanced + url = https://github.com/Syncxv/vc-message-logger-enhanced.git diff --git a/src/userplugins/README.md b/src/userplugins/README.md new file mode 100644 index 00000000..7569465b --- /dev/null +++ b/src/userplugins/README.md @@ -0,0 +1,3 @@ +# Installing the submodules + +After cloning the repository, run `git submodule init` to clone the userplugins. diff --git a/src/userplugins/ToastNotificationsMerge b/src/userplugins/ToastNotificationsMerge new file mode 160000 index 00000000..017a5062 --- /dev/null +++ b/src/userplugins/ToastNotificationsMerge @@ -0,0 +1 @@ +Subproject commit 017a506201bfc8bd950e9a3f458c374f4803a0ba diff --git a/src/userplugins/vc-message-logger-enhanced b/src/userplugins/vc-message-logger-enhanced new file mode 160000 index 00000000..81696280 --- /dev/null +++ b/src/userplugins/vc-message-logger-enhanced @@ -0,0 +1 @@ +Subproject commit 816962802941970a190a85dd44bdb5d3613c7124