-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitmodules
More file actions
48 lines (48 loc) · 1.4 KB
/
.gitmodules
File metadata and controls
48 lines (48 loc) · 1.4 KB
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
38
39
40
41
42
43
44
45
46
47
48
[submodule "protocol"]
path = protocol
url = https://github.com/sourceplusplus/protocol
branch = master
[submodule "probes/jvm"]
path = probes/jvm
url = https://github.com/sourceplusplus/probe-jvm
branch = master
[submodule "probes/nodejs"]
path = probes/nodejs
url = https://github.com/sourceplusplus/probe-nodejs
branch = master
[submodule "probes/python"]
path = probes/python
url = https://github.com/sourceplusplus/probe-python
branch = master
[submodule "interfaces/cli"]
path = interfaces/cli
url = https://github.com/sourceplusplus/interface-cli
branch = master
[submodule "interfaces/jetbrains"]
path = interfaces/jetbrains
url = https://github.com/sourceplusplus/interface-jetbrains
branch = master
[submodule "documentation"]
path = documentation
url = https://github.com/sourceplusplus/documentation
branch = master
[submodule "demos/java"]
path = demos/java
url = https://github.com/sourceplusplus/demo-java
branch = master
[submodule "demos/kotlin"]
path = demos/kotlin
url = https://github.com/sourceplusplus/demo-kotlin
branch = master
[submodule "demos/nodejs"]
path = demos/nodejs
url = https://github.com/sourceplusplus/demo-nodejs
branch = master
[submodule "demos/python"]
path = demos/python
url = https://github.com/sourceplusplus/demo-python
branch = master
[submodule "demos/groovy"]
path = demos/groovy
url = https://github.com/sourceplusplus/demo-groovy
branch = master