-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitmodules
24 lines (24 loc) · 1.18 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
[submodule "exercises/Py01-Ball/code-problem"]
path = exercises/Py01-Ball/code-problem
url = [email protected]:adetaylor/codeclub-python-ball.git
[submodule "exercises/Py01-Ball/code-solution"]
path = exercises/Py01-Ball/code-solution
url = [email protected]:adetaylor/codeclub-python-ball.git
[submodule "exercises/Py02-Alien/code-problem"]
path = exercises/Py02-Alien/code-problem
url = [email protected]:adetaylor/codeclub-python-alien.git
[submodule "exercises/Py06-ChatRoom/code-solution"]
path = exercises/Py06-ChatRoom/code-solution
url = [email protected]:adetaylor/codeclub-python-chatroom.git
[submodule "exercises/Py04-Felix/code-problem"]
path = exercises/Py04-Felix/code-problem
url = [email protected]:adetaylor/codeclub-python-felix.git
[submodule "exercises/Py04-Felix/code-solution"]
path = exercises/Py04-Felix/code-solution
url = [email protected]:adetaylor/codeclub-python-felix.git
[submodule "exercises/Py07-Airport/code-solution"]
path = exercises/Py07-Airport/code-solution
url = [email protected]:adetaylor/codeclub-python-airport.git
[submodule "exercises/Py07-Airport/code-problem"]
path = exercises/Py07-Airport/code-problem
url = [email protected]:adetaylor/codeclub-python-airport.git