-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
36 lines (36 loc) · 1.66 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
[submodule "cppPractiseSamples/CppAdventureExamples"]
path = cpp/CppAdventureExamples
url = https://github.com/xmementoit/CppAdventureExamples
[submodule "csharpPractiseSamples/CSharpAdventureExamples"]
path = csharp/CSharpAdventureExamples
url = https://github.com/xmementoit/CSharpAdventureExamples
[submodule "cppPractiseSamples/MJPEGDecoder"]
path = cpp/MJPEGDecoder
url = https://github.com/xmementoit/MJPEGDecoder
[submodule "cppPractiseSamples/tddCppSkeleton"]
path = cpp/tddCppSkeleton
url = https://github.com/xmementoit/tddCppSkeleton
[submodule "dockerPracticeSamples/dockerTestWebApp"]
path = docker/dockerTestWebApp
url = [email protected]:xmementoit/dockerTestWebApp
[submodule "dockerPracticeSamples/docker-puppet"]
path = docker/docker-puppet
url = https://github.com/xmementoit/docker-puppet
[submodule "webrtcPracticeSamples/webcam-to-server-side-frames"]
path = webrtc/webcam-to-server-side-frames
url = https://github.com/xmementoit/webcam-to-server-side-frames
[submodule "dockerPracticeSamples/docker-puppet-multiple-os-test"]
path = docker/docker-puppet-multiple-os-test
url = https://github.com/xmementoit/docker-puppet-multiple-os-test
[submodule "concourse-tutorial"]
path = concourse-tutorial
url = https://github.com/starkandwayne/concourse-tutorial.git
[submodule "flaskPracticeSamples/flask_helloworld"]
path = flask/flask_helloworld
url = [email protected]:xmementoit/flask_helloworld.git
[submodule "python/generic-decorators"]
path = python/generic-decorators
url = [email protected]:DamZiobro/generic-decorators.git
[submodule "kubernetes/k8s-template-project"]
path = kubernetes/k8s-template-project
url = [email protected]:DamZiobro/k8s-template-project