From f24e647d6dab1cdbb04114025f2dea317111ba3d Mon Sep 17 00:00:00 2001 From: noah Date: Tue, 1 Aug 2023 13:00:11 -0500 Subject: [PATCH] Re-adding submodules --- .gitmodules | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e5a2c16 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,18 @@ +[submodule "All_Srv"] + path = All_Srv + url = https://git.theschricks.com/noah/All_Srv +[submodule "Media"] + path = Media + url = https://git.theschricks.com/noah/Media +[submodule "Development"] + path = Development + url = https://git.theschricks.com/noah/Development +[submodule "Monitoring"] + path = Monitoring + url = https://git.theschricks.com/noah/Monitoring +[submodule "Unused-Docker"] + path = Unused-Docker + url = https://git.theschricks.com/noah/Unused-Docker +[submodule "LAN_Services"] + path = LAN_Services + url = https://git.theschricks.com/noah/LAN_Services