transmute/.gitmodules

21 lines
368 B
Plaintext
Raw Normal View History

2023-08-14 14:36:45 -04:00
[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