-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
28 lines (26 loc) · 959 Bytes
/
.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
# service
[submodule "apps/servers/bune-auth"]
path = apps/servers/bune-auth
url = https://github.com/bunedev/bune-auth.git
[submodule "apps/servers/bune-gateway"]
path = apps/servers/bune-gateway
url = https://github.com/bunedev/bune-gateway.git
[submodule "apps/clients/bunu"]
path = apps/clients/bunu
url = https://github.com/bunedev/bunu.git
[submodule "apps/servers/bune-blog"]
path = apps/servers/bune-blog
url = https://github.com/bunedev/bune-blog.git
[submodule "apps/servers/bune-crawler"]
path = apps/servers/bune-crawler
url = https://github.com/bunedev/bune-crawler.git
[submodule "apps/servers/bune-payment"]
path = apps/servers/bune-payment
url = https://github.com/bunedev/bune-payment.git
[submodule "apps/servers/bune-base"]
path = apps/servers/bune-base
url = https://github.com/bunedev/bune-base.git
# libraries
[submodule "apps/libraries/common"]
path = apps/libraries/common
url = https://github.com/bunedev/common.git