-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy path.gitmodules
More file actions
45 lines (45 loc) · 2.06 KB
/
.gitmodules
File metadata and controls
45 lines (45 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[submodule "codeforlife-contributor-frontend"]
path = frontend/contributor
url = https://github.com/ocadotechnology/codeforlife-contributor-frontend.git
[submodule "codeforlife-contributor-backend"]
path = backend/contributor
url = https://github.com/ocadotechnology/codeforlife-contributor-backend.git
[submodule "codeforlife-portal-frontend"]
path = frontend/portal
url = https://github.com/ocadotechnology/codeforlife-portal-frontend.git
[submodule "codeforlife-portal-backend"]
path = backend/portal
url = https://github.com/ocadotechnology/codeforlife-portal-backend.git
[submodule "codeforlife-rapid-router-frontend"]
path = frontend/rapid-router
url = https://github.com/ocadotechnology/codeforlife-rapid-router-frontend.git
[submodule "codeforlife-rapid-router-backend"]
path = backend/rapid-router
url = https://github.com/ocadotechnology/codeforlife-rapid-router-backend.git
[submodule "codeforlife-sso-frontend"]
path = frontend/sso
url = https://github.com/ocadotechnology/codeforlife-sso-frontend.git
[submodule "codeforlife-sso-backend"]
path = backend/sso
url = https://github.com/ocadotechnology/codeforlife-sso-backend.git
[submodule "codeforlife-template-frontend"]
path = frontend/template
url = https://github.com/ocadotechnology/codeforlife-template-frontend.git
[submodule "codeforlife-template-backend"]
path = backend/template
url = https://github.com/ocadotechnology/codeforlife-template-backend.git
[submodule "codeforlife-package-python"]
path = backend/package
url = https://github.com/ocadotechnology/codeforlife-package-python.git
[submodule "codeforlife-package-javascript"]
path = frontend/package
url = https://github.com/ocadotechnology/codeforlife-package-javascript.git
[submodule "codeforlife-portal"]
path = legacy/portal
url = https://github.com/ocadotechnology/codeforlife-portal.git
[submodule "codeforlife-deploy-appengine"]
path = legacy/deploy-appengine
url = https://github.com/ocadotechnology/codeforlife-deploy-appengine.git
[submodule "rapid-router"]
path = legacy/rapid-router
url = https://github.com/ocadotechnology/rapid-router.git