commit 77393ace3f59b0a61222386f51186704a1122a20 Author: aozhiwei Date: Fri Sep 22 19:22:22 2023 +0800 1 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