diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-22 15:46:42 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-22 15:46:42 +0200 |
| commit | b8f1c4ed75e37cbfb8bd039c6bf5624ccee7ca00 (patch) | |
| tree | 1a0c26a37dc24acd74ce561e3d840583c165a0db /.gitmodules | |
| parent | 0bde71c4b245dce3b21fa4a8b128a4ed3a2ac9c9 (diff) | |
| download | blog-b8f1c4ed75e37cbfb8bd039c6bf5624ccee7ca00.tar.gz blog-b8f1c4ed75e37cbfb8bd039c6bf5624ccee7ca00.zip | |
add projects as submodules
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a18a4ca --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "static/downloads/internet-is-magic/source"] + path = static/downloads/internet-is-magic/source + url = git://schneefux.xyz/internet-is-magic +[submodule "static/downloads/music-led/source"] + path = static/downloads/music-led/source + url = git://schneefux.xyz/mpd-rgb-vis +[submodule "static/downloads/weather-snowman/source"] + path = static/downloads/weather-snowman/source + url = git://schneefux.xyz/weather-snowman |
