From f7f5f4954d4759c1e263fbf7e15006c6c614d9e3 Mon Sep 17 00:00:00 2001 From: Robin Chappatte Date: Thu, 6 Jun 2024 13:34:27 +0200 Subject: [PATCH] add frontend and backend submodules --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0ed5d34 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "frontend"] + path = frontend + url = https://git.chpt.dev/Chappatte/Audio-diffusion-web-manager-frontend.git +[submodule "backend"] + path = backend + url = https://git.chpt.dev/Chappatte/Audio-diffusion-web-manager-backend.git