-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
39 lines (32 loc) · 1.04 KB
/
.gitmodules
File metadata and controls
39 lines (32 loc) · 1.04 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
[submodule "modules/core"]
path = modules/core
url = https://github.com/softadastra/softadastra-core.git
branch = main
[submodule "modules/sync"]
path = modules/sync
url = https://github.com/softadastra/softadastra-sync.git
branch = main
[submodule "modules/net"]
path = modules/net
url = https://github.com/softadastra/softadastra-net.git
branch = main
[submodule "modules/edge"]
path = modules/edge
url = https://github.com/softadastra/softadastra-edge.git
branch = main
[submodule "modules/adapters/desktop"]
path = modules/adapters/desktop
url = https://github.com/softadastra/softadastra-adapter-desktop.git
branch = main
[submodule "modules/adapters/web"]
path = modules/adapters/web
url = https://github.com/softadastra/softadastra-adapter-web.git
branch = main
[submodule "modules/adapters/backend"]
path = modules/adapters/backend
url = https://github.com/softadastra/softadastra-adapter-backend.git
branch = main
[submodule "tools"]
path = tools
url = https://github.com/softadastra/softadastra-tools.git
branch = main