-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.gitmodules
37 lines (36 loc) · 1.1 KB
/
.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
27
28
29
30
31
32
33
34
35
36
37
[submodule "mongodb-sample-databases"]
path = dumps/mongodb-sample-databases
url = https://github.com/mcampo2/mongodb-sample-databases.git
branch = master
[submodule "dotnet-example"]
path = projects/dotnet-example
url = https://github.com/FerretDB/dotnet-example.git
branch = main
[submodule "enmeshed-runtime"]
path = projects/enmeshed-runtime
url = https://github.com/nmshd/runtime.git
branch = main
[submodule "java-example"]
path = projects/java-example
url = https://github.com/FerretDB/java-example.git
branch = main
[submodule "meteor"]
path = projects/meteor
url = https://github.com/meteor/meteor.git
branch = devel
[submodule "mongo"]
path = projects/mongo
url = https://github.com/mongodb/mongo.git
branch = v7.0
[submodule "mongo-go-driver"]
path = projects/mongo-go-driver
url = https://github.com/mongodb/mongo-go-driver.git
branch = master
[submodule "python-example"]
path = projects/python-example
url = https://github.com/FerretDB/python-example.git
branch = main
[submodule "restheart"]
path = projects/restheart
url = https://github.com/SoftInstigate/restheart.git
branch = master