From 77393ace3f59b0a61222386f51186704a1122a20 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 22 Sep 2023 19:22:22 +0800 Subject: [PATCH] 1 --- .gitmodules | 6 ++++++ bin/.gitkeep | 0 target/.gitkeep | 0 third_party/game2006go | 1 + third_party/tools | 1 + 5 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 100644 bin/.gitkeep create mode 100644 target/.gitkeep create mode 160000 third_party/game2006go create mode 160000 third_party/tools diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ca968d5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git +[submodule "third_party/game2006go"] + path = third_party/game2006go + url = git@git.kingsome.cn:server/game2006go.git diff --git a/bin/.gitkeep b/bin/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/target/.gitkeep b/target/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/third_party/game2006go b/third_party/game2006go new file mode 160000 index 0000000..dc5f66d --- /dev/null +++ b/third_party/game2006go @@ -0,0 +1 @@ +Subproject commit dc5f66dbb5714e55e9d81ddf742d82b21d172228 diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..d38ce0b --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit d38ce0b86c7b9262391f48108d808ddb62854760