diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6dc1cfc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,10 @@ +[submodule "guzzle_api"] + path = guzzle_api + url = https://github.com/getchoo/guzzle_api.git +[submodule "src/modpack"] + path = src/modpack + url = https://github.com/getchoo/modpack.git +[submodule "src/server-modpack"] + path = src/server-modpack + url = https://github.com/getchoo/modpack.git + branch = server |
