From cb8f0e0e380720a107d3d7882bfd5d89267de21d Mon Sep 17 00:00:00 2001 From: LydiaMuaCai Date: Wed, 6 Aug 2025 10:51:38 +0800 Subject: [PATCH] feat: add submodule: MonkeyCodePro --- .gitmodules | 3 +++ backend/pro | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 backend/pro diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d9ddfc3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "backend/pro"] + path = backend/pro + url = git@github.com:chaitin/MonkeyCodePro.git diff --git a/backend/pro b/backend/pro new file mode 160000 index 0000000..7206289 --- /dev/null +++ b/backend/pro @@ -0,0 +1 @@ +Subproject commit 72062891c0d2b879acd1d675f41179130d6d0018