21 lines
368 B
Plaintext
21 lines
368 B
Plaintext
|
[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
|