diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-03 13:59:52 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-03 13:59:52 +0200 |
commit | 34bf601a56385f55b486b8d1fbd81026c1d471e2 (patch) | |
tree | c04078ea4a68cc40f6356d913982d3fe3277ed91 | |
parent | 969a91a1e3cff023139ae7fd065b81c921b713ca (diff) | |
download | wallabag-34bf601a56385f55b486b8d1fbd81026c1d471e2.tar.gz wallabag-34bf601a56385f55b486b8d1fbd81026c1d471e2.tar.zst wallabag-34bf601a56385f55b486b8d1fbd81026c1d471e2.zip |
change submodule & gitignore
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | .gitmodules | 6 |
2 files changed, 0 insertions, 8 deletions
@@ -3,6 +3,4 @@ cache/* | |||
3 | vendor | 3 | vendor |
4 | composer.phar | 4 | composer.phar |
5 | db/poche.sqlite | 5 | db/poche.sqlite |
6 | output | ||
7 | phpdoc* | ||
8 | inc/poche/config.inc.php \ No newline at end of file | 6 | inc/poche/config.inc.php \ No newline at end of file |
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index bbdd8495..00000000 --- a/.gitmodules +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | [submodule "inc/3rdparty/site_config"] | ||
2 | path = inc/3rdparty/site_config | ||
3 | url = git@github.com:inthepoche/site_config.git | ||
4 | [submodule "themes"] | ||
5 | path = themes | ||
6 | url = git://github.com/inthepoche/poche-themes.git | ||