-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
24 lines (24 loc) · 1007 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
[submodule "LetsChess-GameService"]
path = LetsChess-GameService
url = https://github.com/LuukEbenau/LetsChess-GameService.git
[submodule "LetsChess-AIService"]
path = LetsChess-AIService
url = https://github.com/LuukEbenau/LetsChess-AIService
[submodule "LetsChess-Front"]
path = LetsChess-Front
url = https://github.com/LuukEbenau/LetsChess-Front.git
[submodule "LetsChess-Backend"]
path = LetsChess-Backend
url = https://github.com/LuukEbenau/LetsChess-Backend.git
[submodule "LetsChess-UserService"]
path = LetsChess-UserService
url = https://github.com/LuukEbenau/LetsChess-UserService.git
[submodule "LetsChess-MatchmakingService"]
path = LetsChess-MatchmakingService
url = https://github.com/LuukEbenau/LetsChess-MatchmakingService.git
[submodule "LetsChess-ChatService"]
path = LetsChess-ChatService
url = https://github.com/LuukEbenau/LetsChess-ChatService.git
[submodule "LetsChess-Functions"]
path = LetsChess-Functions
url = https://github.com/LuukEbenau/LetsChess-Functions.git