From 2987210451242feeb016d7f7c09d4f588f4eacd9 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sun, 13 Oct 2019 15:55:43 +0200 Subject: [PATCH] improved .gitignore --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c863188..0a5b722 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ backup/* !backup/.* cache/* !cache/.* +tmp/* +!tmp/.* assets/* !assets/.* logs/* @@ -46,6 +48,3 @@ tests/_support/_generated/* tests/cache/* tests/error.log system/templates/testing/* - -tmp/* -cache/*