diff options
author | Christopher Baines <mail@cbaines.net> | 2015-02-05 11:22:13 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-02-09 09:58:29 +0000 |
commit | 00a02018a5e3100c1db302ae5853e41b5c50a723 (patch) | |
tree | 17b8f600ef88f8cf1af657a5bb45a3c0816914cd /.gitmodules | |
download | leaflet-workshop-00a02018a5e3100c1db302ae5853e41b5c50a723.tar leaflet-workshop-00a02018a5e3100c1db302ae5853e41b5c50a723.tar.gz |
Initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1a24819 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "reveal.js"] + path = reveal.js + url = https://github.com/hakimel/reveal.js.git +[submodule "leaflet"] + path = leaflet + url = git@github.com:Leaflet/Leaflet.git |