From 25de817dead0949732e000020166ad3550d19d2b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 18 Mar 2020 11:03:37 +0800 Subject: [PATCH] 1 --- .gitmodules | 6 ++++++ bin/.gitkeeper | 0 target/.gitkeeper | 0 third_party/tools | 1 + third_party/wsproxy | 1 + 5 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 100644 bin/.gitkeeper create mode 100644 target/.gitkeeper create mode 160000 third_party/tools create mode 160000 third_party/wsproxy diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..eeb3001 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/wsproxy"] + path = third_party/wsproxy + url = git@git.kingsome.cn:server_common/wsproxy.git +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git diff --git a/bin/.gitkeeper b/bin/.gitkeeper new file mode 100644 index 0000000..e69de29 diff --git a/target/.gitkeeper b/target/.gitkeeper new file mode 100644 index 0000000..e69de29 diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..04a0bc9 --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 04a0bc939eeae0090fd0e8964dddf3863a551154 diff --git a/third_party/wsproxy b/third_party/wsproxy new file mode 160000 index 0000000..2871311 --- /dev/null +++ b/third_party/wsproxy @@ -0,0 +1 @@ +Subproject commit 287131172d03d6d3039fe4df2bbe4be3c1745c39