This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
42 lines (42 loc) · 1.54 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
38
39
40
41
42
[submodule "Generative/AbstractFactory"]
path = Generative/AbstractFactory
url = https://github.com/rhiskey/AbstractFactory.git
[submodule "Generative/Builder"]
path = Generative/Builder
url = https://github.com/rhiskey/Builder.git
[submodule "Generative/FactoryMethod _ Singleton"]
path = Generative/FactoryMethod _ Singleton
url = https://github.com/rhiskey/FactoryMethod-_-Singleton.git
[submodule "Structural/Adapter"]
path = Structural/Adapter
url = https://github.com/rhiskey/Adapter.git
[submodule "Structural/Bridge"]
path = Structural/Bridge
url = https://github.com/rhiskey/Bridge.git
[submodule "Structural/Compose"]
path = Structural/Compose
url = https://github.com/rhiskey/Compose.git
[submodule "Structural/Decorator"]
path = Structural/Decorator
url = https://github.com/rhiskey/Decorator.git
[submodule "Structural/Facade"]
path = Structural/Facade
url = https://github.com/rhiskey/Facade.git
[submodule "Structural/Lightweight"]
path = Structural/Lightweight
url = https://github.com/rhiskey/Lightweight.git
[submodule "Structural/Proxy"]
path = Structural/Proxy
url = https://github.com/rhiskey/Proxy.git
[submodule "Behavioral/Command"]
path = Behavioral/Command
url = https://github.com/rhiskey/Command.git
[submodule "Behavioral/Memento"]
path = Behavioral/Memento
url = https://github.com/rhiskey/Memento.git
[submodule "Behavioral/Observer"]
path = Behavioral/Observer
url = https://github.com/rhiskey/Observer.git
[submodule "Behavioral/Visitor"]
path = Behavioral/Visitor
url = https://github.com/rhiskey/Visitor.git