From 405f890dfce87e1af7234b4d3c9b4aea029ad775 Mon Sep 17 00:00:00 2001 From: tobi132 Date: Tue, 3 Dec 2019 02:58:53 +0100 Subject: [PATCH] Add plugins to .gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 209843e8..c275e30c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,9 @@ system/cache/* # logs system/logs/* -!system/logs/.htaccess \ No newline at end of file +!system/logs/.htaccess + +# plugins +plugins/* +!plugins/.htaccess +!plugins/example.json \ No newline at end of file