From af74dcd7278a802a760242847220e6369bece802 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 14 Aug 2023 18:49:23 +0000 Subject: [PATCH] Delete .gitmodules --- .gitmodules | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 9f02498..0000000 --- a/.gitmodules +++ /dev/null @@ -1,20 +0,0 @@ -[submodule "client"] - path = client - url = ../client.git - ignore = all - branch = develop -[submodule "server"] - path = server - url = ../server.git - ignore = all - branch = develop -[submodule "worker"] - path = worker - url = ../worker.git - ignore = all - branch = develop -[submodule "common"] - path = common - url = ../common.git - ignore = all - branch = develop