From 589307d251c52781efa71ba8b2100537ff1b2dea Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 8 Mar 2022 13:58:55 +0800 Subject: [PATCH] 1 --- .gitmodules | 6 ++++++ third_party/gamelog | 1 + third_party/tools | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/gamelog create mode 160000 third_party/tools diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8d44358 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/gamelog"] + path = third_party/gamelog + url = git@git.kingsome.cn:aozhiwei/gamelog.git +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git diff --git a/third_party/gamelog b/third_party/gamelog new file mode 160000 index 0000000..75f88e6 --- /dev/null +++ b/third_party/gamelog @@ -0,0 +1 @@ +Subproject commit 75f88e6755bd4fa66bd2082fe22e64f030d5dcf5 diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..725d70e --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 725d70ebaba30c20124075cf5e4bd751d2404d28