-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) Β· 1.1 KB
/
.gitmodules
File metadata and controls
30 lines (30 loc) Β· 1.1 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
[submodule "src/todo.infra"]
path = src/infra
url = https://github.com/Abstractize/todo.infra
[submodule "src/todo.angular-client"]
path = src/ui/web
url = https://github.com/Abstractize/todo.angular-client
[submodule "src/todo.recommendations"]
path = src/services/recommendations
url = https://github.com/Abstractize/todo.recommendations
[submodule "src/todo.analytics"]
path = src/services/analytics
url = https://github.com/Abstractize/todo.analytics
[submodule "src/todo.gateway"]
path = src/gateway
url = https://github.com/Abstractize/todo.gateway
[submodule "src/todo.common"]
path = src/libs/common
url = https://github.com/Abstractize/todo.common
[submodule "src/todo.auth-service"]
path = src/services/auth
url = https://github.com/Abstractize/todo.auth-service
[submodule "src/todo.task-service"]
path = src/services/tasks
url = https://github.com/Abstractize/todo.task-service
[submodule "src/todo.db"]
path = src/db
url = https://github.com/Abstractize/todo.db
[submodule "src/ui/todo.react-native-mobile"]
path = src/ui/mobile
url = https://github.com/Abstractize/todo.react-native-mobile