diff options
author | Brendan Forster <github@brendanforster.com> | 2017-07-25 08:21:38 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-25 08:21:38 -0300 |
commit | f5a79481a7ca219763ed5c4c9bd6c326157eeeac (patch) | |
tree | f9b8ce4ba610d006aee5e53ba25254e373ce1c9b | |
parent | 57550c4eafdc9c241be21a2d58e10174d401e372 (diff) | |
parent | 7a6202b6d521eec599eb18a2d992e1014e0690f1 (diff) | |
download | gitignore-f5a79481a7ca219763ed5c4c9bd6c326157eeeac.tar.gz gitignore-f5a79481a7ca219763ed5c4c9bd6c326157eeeac.zip |
Merge pull request #2384 from King66/master
fix Prestashop.gitignore error
-rw-r--r-- | Prestashop.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Prestashop.gitignore b/Prestashop.gitignore index 7c6ae1e3..81f45e19 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/* !/cache/index.php +!/cache/*/ +/cache/*/* !/cache/cachefs/index.php !/cache/purifier/index.php !/cache/push/index.php |