-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitmodules
39 lines (39 loc) · 1.3 KB
/
.gitmodules
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
[submodule "website"]
path = services/website
url = https://github.com/Anti-Raid/website
branch = production
[submodule "nirn-proxy"]
path = infra/nirn-proxy
url = https://github.com/Anti-Raid/nirn-proxy
branch = production
[submodule "infra/Sandwich-Daemon"]
path = infra/Sandwich-Daemon
url = https://github.com/anti-raid/Sandwich-Daemon
[submodule "services/badgerfang"]
path = services/badgerfang
url = https://github.com/anti-raid/badgerfang-next
branch = development
[submodule "core/rust"]
path = core/rust
url = https://github.com/Anti-Raid/corelib_rs
[submodule "services/jobserver"]
path = services/jobserver
url = https://github.com/Anti-Raid/jobserver
[submodule "core/go"]
path = core/go
url = https://github.com/Anti-Raid/corelib_go
[submodule "services/api"]
path = services/api
url = https://github.com/anti-raid/api
[submodule "services/bot"]
path = services/bot
url = https://github.com/anti-raid/bot
[submodule "services/template-worker"]
path = services/template-worker
url = https://github.com/Anti-Raid/template-worker
[submodule "infra/templating-types"]
path = infra/templating-types
url = https://github.com/Anti-Raid/templating-types
[submodule "infra/templating-template"]
path = infra/templating-template
url = https://github.com/Anti-Raid/templating-template