forked from google/coding-with-chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
107 lines (86 loc) · 2.9 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[submodule "third_party/coffeescript"]
path = third_party/coffeescript
url = https://github.com/jashkenas/coffeescript.git
ignore = dirty
[submodule "third_party/jquery-dist"]
path = third_party/jquery-dist
url = https://github.com/jquery/jquery-dist.git
ignore = dirty
[submodule "third_party/codemirror"]
path = third_party/codemirror
url = https://github.com/codemirror/CodeMirror.git
ignore = dirty
[submodule "third_party/material-design-icons"]
path = third_party/material-design-icons
url = https://github.com/google/material-design-icons.git
ignore = dirty
[submodule "third_party/material-design-lite"]
path = third_party/material-design-lite
url = https://github.com/google/material-design-lite.git
branch = release
ignore = dirty
[submodule "third_party/jshint"]
path = third_party/jshint
url = https://github.com/jshint/jshint.git
ignore = dirty
[submodule "third_party/HTMLHint"]
path = third_party/HTMLHint
url = https://github.com/yaniswang/HTMLHint.git
ignore = dirty
[submodule "third_party/dialog-polyfill"]
path = third_party/dialog-polyfill
url = https://github.com/GoogleChrome/dialog-polyfill.git
ignore = dirty
[submodule "third_party/coffeelint"]
path = third_party/coffeelint
url = https://github.com/clutchski/coffeelint.git
branch = gh-pages
ignore = dirty
[submodule "third_party/jquery-turtle"]
path = third_party/jquery-turtle
url = https://github.com/PencilCode/jquery-turtle.git
ignore = dirty
[submodule "third_party/jquery-dist-2.2.4"]
path = third_party/jquery-dist-2.2.4
url = https://github.com/jquery/jquery-dist.git
ignore = dirty
[submodule "third_party/blockly"]
path = third_party/blockly
url = https://github.com/google/blockly.git
ignore = dirty
[submodule "third_party/three.js"]
path = third_party/three.js
url = https://github.com/mrdoob/three.js.git
ignore = dirty
[submodule "third_party/skulpt-dist"]
path = third_party/skulpt-dist
url = https://github.com/skulpt/skulpt-dist.git
ignore = dirty
[submodule "third_party/closure-library"]
path = third_party/closure-library
url = https://github.com/google/closure-library.git
ignore = dirty
[submodule "third_party/shepherd"]
path = third_party/shepherd
url = https://github.com/HubSpot/shepherd.git
ignore = dirty
[submodule "third_party/tether"]
path = third_party/tether
url = https://github.com/HubSpot/tether.git
ignore = dirty
[submodule "third_party/brython"]
path = third_party/brython
url = https://github.com/brython-dev/brython.git
ignore = dirty
[submodule "third_party/phaser-ce"]
path = third_party/phaser-ce
url = https://github.com/photonstorm/phaser-ce
ignore = dirty
[submodule "third_party/marked"]
path = third_party/marked
url = https://github.com/markedjs/marked.git
ignore = dirty
[submodule "third_party/coding-with-chrome-libraries"]
path = third_party/coding-with-chrome-libraries
url = https://github.com/google/coding-with-chrome-libraries.git
ignore = dirty