From 34bf601a56385f55b486b8d1fbd81026c1d471e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 3 Oct 2013 13:59:52 +0200 Subject: [PATCH] change submodule & gitignore --- .gitignore | 2 -- .gitmodules | 6 ------ 2 files changed, 8 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitignore b/.gitignore index b73c4b400..2abed7edb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,4 @@ cache/* vendor composer.phar db/poche.sqlite -output -phpdoc* inc/poche/config.inc.php \ No newline at end of file diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index bbdd8495d..000000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "inc/3rdparty/site_config"] - path = inc/3rdparty/site_config - url = git@github.com:inthepoche/site_config.git -[submodule "themes"] - path = themes - url = git://github.com/inthepoche/poche-themes.git