From 3e6cf0c67d14ee8955febacd4ebbb2420322e5aa Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Sun, 12 Jul 2015 13:37:24 +0100 Subject: [PATCH] New .gitignore. 5 lines to include one directory. Amazing. --- .gitignore | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ca52de5..c72dddc 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,23 @@ !LICENSE.md !CHANGELOG.md +# And it's plugin +!user/ +user/* +!user/plugins/ +user/plugins/* +!user/plugins/infinity-squared-settings/ + # But specifically ignore these things public/config.php -public/.DS_Store public/custom.css public/phpqrcode/cache/* + +# Various OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db