From f1d275dbc713779817f2cb7c5fbe54c388e0e7eb Mon Sep 17 00:00:00 2001 From: Matthieu Napoli <matthieu@mnapoli.fr> Date: Thu, 19 Mar 2015 10:39:58 +1300 Subject: [PATCH] Allow to use a local gitignore to ignore checked out plugins --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7a8311d0be..3ae135722d 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ php_errors.log /config/*.config.ini.php /Vagrantfile /misc/vagrant +/plugins/.gitignore -- GitLab