From e4c6f08f6b96bc8f41b19f69a2d9dbb428b8a467 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 29 Feb 2016 04:36:59 +0100 Subject: add submodules --- .gitmodules | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..2c6ef85e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,8 @@ +[submodule "examples/blog/web-common"] + path = examples/blog/web-common + url = git://taler.net/web-common.git + branch = master +[submodule "examples/shop/web-common"] + path = examples/shop/web-common + url = git://taler.net/web-common.git + branch = master -- cgit v1.2.3