diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2018-11-03 23:06:09 +0100 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-11-03 18:06:09 -0400 |
commit | 57a8440db372d3b2a01d3ef12a4a560424a08657 (patch) | |
tree | 6afb467015b1e695ea54eef6d6820d92827eacd7 /options/gitignore/Prestashop | |
parent | 54259e2f880365d65340ade6608007b3c5eb2ed5 (diff) | |
download | gitea-57a8440db372d3b2a01d3ef12a4a560424a08657.tar.gz gitea-57a8440db372d3b2a01d3ef12a4a560424a08657.zip |
Update gitignore list (#5258)
* update gitignore
* Handle symlink in tar
* Add some logs
Diffstat (limited to 'options/gitignore/Prestashop')
-rw-r--r-- | options/gitignore/Prestashop | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/options/gitignore/Prestashop b/options/gitignore/Prestashop index 7c6ae1e31c..81f45e19eb 100644 --- a/options/gitignore/Prestashop +++ b/options/gitignore/Prestashop @@ -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 |