diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 8 insertions, 0 deletions
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 |