-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path.gitmodules
executable file
·39 lines (39 loc) · 1.68 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
[submodule "bower_components/mqtt-lens"]
path = bower_components/mqtt-lens
url = https://github.com/sandro-k/mqtt-lens.git
fetchRecurseSubmodules = true
[submodule "bower_components/mqtt-message-ui"]
path = bower_components/mqtt-message-ui
url = https://github.com/sandro-k/mqtt-message-ui.git
fetchRecurseSubmodules = true
[submodule "bower_components/mqtt-message-detail-ui"]
path = bower_components/mqtt-message-detail-ui
url = https://github.com/sandro-k/mqtt-message-detail-ui.git
fetchRecurseSubmodules = true
[submodule "bower_components/mqtt-connection-ui"]
path = bower_components/mqtt-connection-ui
url = https://github.com/sandro-k/mqtt-connection-ui.git
fetchRecurseSubmodules = true
[submodule "bower_components/mqtt-connection"]
path = bower_components/mqtt-connection
url = https://github.com/sandro-k/mqtt-connection.git
fetchRecurseSubmodules = true
[submodule "bower_components/mqtt-lens-style"]
path = bower_components/mqtt-lens-style
url = https://github.com/sandro-k/mqtt-lens-style.git
fetchRecurseSubmodules = true
[submodule "bower_components/mqtt-subscription-ui"]
path = bower_components/mqtt-subscription-ui
url = https://github.com/sandro-k/mqtt-subscription-ui.git
fetchRecurseSubmodules = true
[submodule "bower_components/changeover-icon"]
path = bower_components/changeover-icon
url = https://github.com/sandro-k/changeover-icon.git
fetchRecurseSubmodules = true
[submodule "bower_components/code-pretty"]
path = bower_components/code-pretty
url = https://github.com/sandro-k/code-pretty.git
fetchRecurseSubmodules = true
[submodule "bower_components/chrome-storage"]
path = bower_components/chrome-storage
url = https://github.com/sandro-k/chrome-storage.git