From 9b04dc0e443ac03084e954d95c55a37d8294d29b Mon Sep 17 00:00:00 2001 From: tobi132 Date: Mon, 2 Dec 2019 19:43:07 +0100 Subject: [PATCH] Add some more exceptions to .gitignore --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d09f5b7b..9585fb09 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,16 @@ Thumbs.db .DS_Store .idea -releases \ No newline at end of file + +releases +config.local.php + +# cache +system/cache/* +!system/cache/signatures/.htaccess +!system/cache/twig/.htaccess +!system/cache/.htaccess + +# logs +system/logs/* +!system/logs/.htaccess \ No newline at end of file