This commit is contained in:
2023-08-14 14:36:45 -04:00
commit b5966f98b2
94 changed files with 21124 additions and 0 deletions

20
.gitmodules vendored Normal file
View File

@ -0,0 +1,20 @@
[submodule "client"]
path = client
url = ../client.git
ignore = all
branch = develop
[submodule "server"]
path = server
url = ../server.git
ignore = all
branch = develop
[submodule "worker"]
path = worker
url = ../worker.git
ignore = all
branch = develop
[submodule "common"]
path = common
url = ../common.git
ignore = all
branch = develop