From e320d0e84f6ec944c1b581e17f6f6ca4f5687097 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Mon, 8 Apr 2013 13:36:10 +0000 Subject: [PATCH] Stop indexing plugins in git repo --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 327af2c4..a707d483 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,8 @@ mibew.ini # No index actual configuration files src/messenger/webim/libs/config.php -src/messenger/tests/server_side/webim/libs/config.php \ No newline at end of file +src/messenger/tests/server_side/webim/libs/config.php + +# No index plugins +src/messenger/webim/plugins/* +!src/messenger/webim/plugins/.keep \ No newline at end of file