From 9b8f626836a2440ef8729658d69cebebe2bd4935 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Mon, 17 Feb 2014 17:00:22 +0100 Subject: [PATCH] Ignore plugins --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index db6c242..58d934e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,9 @@ data/config.php uploads/import/* uploads/big/* uploads/thumb/* +plugins/* !uploads/import/index.html !uploads/big/index.html -!uploads/thumb/index.html \ No newline at end of file +!uploads/thumb/index.html +!plugins/check.php \ No newline at end of file