From 0e332b6d81056c54f6aae222d572c7de17b91e2d Mon Sep 17 00:00:00 2001 From: King Date: Mon, 15 May 2017 17:45:43 +0800 Subject: [PATCH 1/2] Update Prestashop.gitignore --- Prestashop.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Prestashop.gitignore b/Prestashop.gitignore index 7c6ae1e3..6da85245 100644 --- a/Prestashop.gitignore +++ b/Prestashop.gitignore @@ -7,8 +7,10 @@ config/settings.*.php # The following files are generated by PrestaShop. admin-dev/autoupgrade/ -/cache/ -!/cache/index.php +/cache/* +!cache/index.php +!/cache/*/ +/cache/*/* !/cache/cachefs/index.php !/cache/purifier/index.php !/cache/push/index.php From 7a6202b6d521eec599eb18a2d992e1014e0690f1 Mon Sep 17 00:00:00 2001 From: King Date: Mon, 15 May 2017 17:48:05 +0800 Subject: [PATCH 2/2] Update Prestashop.gitignore this commit is optional, for good-looking --- Prestashop.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prestashop.gitignore b/Prestashop.gitignore index 6da85245..81f45e19 100644 --- a/Prestashop.gitignore +++ b/Prestashop.gitignore @@ -8,7 +8,7 @@ config/settings.*.php admin-dev/autoupgrade/ /cache/* -!cache/index.php +!/cache/index.php !/cache/*/ /cache/*/* !/cache/cachefs/index.php