Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitmodules 302 B
[submodule "node"]
	path = node
	url = ../node.git
[submodule "backend"]
	path = backend
	url = ../web-backend.git
[submodule "frontend"]
	path = frontend
	url = ../web.git
[submodule "controller"]
	path = controller
	url = ../controller.git
[submodule "doc"]
	path = doc
	url = "../documentation.git"