-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 1.11 KB
/
.gitmodules
File metadata and controls
33 lines (33 loc) · 1.11 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
[submodule "gateway"]
path = gateway
url = git@github.com:Clubs-Council-IIITH/gateway.git
[submodule "web"]
path = web
url = git@github.com:Clubs-Council-IIITH/web.git
[submodule "apis/auth"]
path = apis/auth
url = git@github.com:Clubs-Council-IIITH/auth.git
[submodule "apis/auth-dev"]
path = apis/auth-dev
url = git@github.com:Clubs-Council-IIITH/auth-dev.git
[submodule "apis/files"]
path = apis/files
url = git@github.com:Clubs-Council-IIITH/files.git
[submodule "subgraphs/clubs"]
path = subgraphs/clubs
url = git@github.com:Clubs-Council-IIITH/clubs.git
[submodule "subgraphs/events"]
path = subgraphs/events
url = git@github.com:Clubs-Council-IIITH/events.git
[submodule "subgraphs/interfaces"]
path = subgraphs/interfaces
url = git@github.com:Clubs-Council-IIITH/interfaces.git
[submodule "subgraphs/users"]
path = subgraphs/users
url = git@github.com:Clubs-Council-IIITH/users.git
[submodule "subgraphs/members"]
path = subgraphs/members
url = git@github.com:Clubs-Council-IIITH/members.git
[submodule "apis/auth-wrapper"]
path = apis/auth-wrapper
url = git@github.com:Clubs-Council-IIITH/auth-wrapper.git