diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-10 18:50:42 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-10 18:50:42 +0200 |
commit | f3a6080fce5d0473b6452a5984a2092c97df77ec (patch) | |
tree | 9b3a3de967bc8ca71ff56d590e18b52d51171ff9 /.gitmodules | |
parent | f16b0747a45bfd91de03d22ecd7dbe70bf3d98a1 (diff) | |
download | wallabag-f3a6080fce5d0473b6452a5984a2092c97df77ec.tar.gz wallabag-f3a6080fce5d0473b6452a5984a2092c97df77ec.tar.zst wallabag-f3a6080fce5d0473b6452a5984a2092c97df77ec.zip |
add site_config submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..fcc2e52c --- /dev/null +++ b/.gitmodules | |||
@@ -0,0 +1,3 @@ | |||
1 | [submodule "inc/3rdparty/site_config"] | ||
2 | path = inc/3rdparty/site_config | ||
3 | url = git://github.com/inthepoche/site_config.git | ||