mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 18:01:40 -05:00
Merge pull request #2384 from King66/master
fix Prestashop.gitignore error
This commit is contained in:
commit
f5a79481a7
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue