forked from google/coding-with-chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
95 lines (76 loc) · 2.63 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
[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
[submodule "third_party/phaser"]
path = third_party/phaser
url = https://github.com/photonstorm/phaser.git
[submodule "third_party/shepherd"]
path = third_party/shepherd
url = https://github.com/HubSpot/shepherd.git
[submodule "third_party/tether"]
path = third_party/tether
url = https://github.com/HubSpot/tether.git
[submodule "third_party/brython"]
path = third_party/brython
url = https://github.com/brython-dev/brython.git
[submodule "third_party/phaser-ce"]
path = third_party/phaser-ce
url = https://github.com/photonstorm/phaser-ce