From 041e0a2846488516b0da31b59920e6bdcf99518d Mon Sep 17 00:00:00 2001 From: Adrian Gonzales Date: Wed, 5 Oct 2022 11:44:41 -0500 Subject: [PATCH] Remove git submodules --- .gitmodules | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index dcf17ed0058a30..00000000000000 --- a/.gitmodules +++ /dev/null @@ -1,12 +0,0 @@ -[submodule "apps/console"] - path = apps/console - url = https://github.com/calcom/console.git - branch = main -[submodule "apps/api"] - path = apps/api - url = https://github.com/calcom/api.git - branch = main -[submodule "apps/website"] - path = apps/website - url = https://github.com/calcom/website.git - branch = main