diff options
| author | leonoverweel <l.overweel@gmail.com> | 2017-01-24 12:46:33 +0100 |
|---|---|---|
| committer | leonoverweel <l.overweel@gmail.com> | 2017-01-24 12:46:33 +0100 |
| commit | 0c616184f55602e407dd27d1591badc3e019d3c9 (patch) | |
| tree | a2e366a365b948be5e6ff8ae658a284487162f66 /.gitmodules | |
| parent | a16bdd453f2057d6b99c6e92c83370ccb59c8fc4 (diff) | |
Add frontend submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fb9eea79..e0e0aa89 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = opendc-web-server url = git@github.com:tudelft-atlarge/opendc-web-server.git branch = master +[submodule "opendc-frontend"] + path = opendc-frontend + url = git@github.com:tudelft-atlarge/opendc-frontend.git + branch = master |
