forked from BlacketPS/Blacket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
executable file
·27 lines (27 loc) · 821 Bytes
/
.gitmodules
File metadata and controls
executable file
·27 lines (27 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "backend"]
path = backend
url = https://github.com/BlacketPS/backend.git
fetchRecurseSubmodules = true
[submodule "frontend"]
path = frontend
url = https://github.com/BlacketPS/frontend.git
fetchRecurseSubmodules = true
[submodule "types"]
path = types
url = https://github.com/BlacketPS/types.git
fetchRecurseSubmodules = true
[submodule "common"]
path = common
url = https://github.com/BlacketPS/common.git
fetchRecurseSubmodules = true
[submodule "core"]
path = core
url = https://github.com/BlacketPS/core.git
fetchRecurseSubmodules = true
[submodule "discord-bot"]
path = discord-bot
url = https://github.com/BlacketPS/discord-bot
fetchRecurseSubmodules = false
[submodule "mail-templates"]
path = mail-templates
url = https://github.com/BlacketPS/mail-templates.git