-
Notifications
You must be signed in to change notification settings - Fork 434
/
.gitmodules
26 lines (26 loc) · 939 Bytes
/
.gitmodules
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
[submodule "submodules/sdk"]
path = submodules/sdk
url = https://github.com/dfinity/sdk.git
[submodule "submodules/motoko"]
path = submodules/motoko
url = https://github.com/dfinity/motoko.git
[submodule "submodules/quill"]
path = submodules/quill
url = https://github.com/dfinity/quill.git
[submodule "submodules/internetidentity"]
path = submodules/internetidentity
url = https://github.com/dfinity/internet-identity.git
branch = main
[submodule "submodules/interface-spec"]
path = submodules/interface-spec
url = https://github.com/dfinity/interface-spec.git
branch = public
[submodule "submodules/samples"]
path = submodules/samples
url = https://github.com/dfinity/examples.git
[submodule "submodules/dfxvm"]
path = submodules/dfxvm
url = https://github.com/dfinity/dfxvm.git
[submodule "submodules/response-verfication"]
path = submodules/response-verfication
url = https://github.com/dfinity/response-verification