We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532b8c6 commit 89ac7cbCopy full SHA for 89ac7cb
3 files changed
.gitignore
@@ -14,7 +14,6 @@
14
# A handy place to put stuff that git should ignore:
15
/ignore/
16
support/async/
17
-support/dryice/
18
support/jsdom/
19
support/node-htmlparser/
20
support/node-o3-xml/
.gitmodules
@@ -3,4 +3,7 @@
3
url = git://github.com/ajaxorg/cockpit.git
4
[submodule "support/pilot"]
5
path = support/pilot
6
- url = git://github.com/ajaxorg/pilot.git
+ url = git://github.com/ajaxorg/pilot.git
7
+[submodule "support/dryice"]
8
+ path = support/dryice
9
+ url = git://github.com/ajaxorg/dryice.git
support/dryice
0 commit comments