diff options
-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 | ||