From e144cce6b1e00953bb51eee5f51c35dd912332fb Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Fri, 6 Nov 2015 21:19:17 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 145fa9f..01cdfee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,32 @@ +# Linux +*~ +*.swp + +# Windows +Thumbs.db +desktop.ini + +# Mac OS X +.DS_Store +._* + # Composer composer.lock composer.phar -vendor +vendor/* -# OS Generated -.DS_Store* -ehthumbs.db -Icon? -Thumbs.db -*.swp +# User config +config/config.php # User themes themes/* -!themes/index.html !themes/default/* -# User config -config.php +# User plugins +plugins/* +!plugins/0?-* +!plugins/1?-* +!plugins/DummyPlugin.php + +# User content +content/*