mirror of
https://github.com/vale981/gitignore
synced 2025-03-06 02:11:42 -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.
|
# The following files are generated by PrestaShop.
|
||||||
|
|
||||||
admin-dev/autoupgrade/
|
admin-dev/autoupgrade/
|
||||||
/cache/
|
/cache/*
|
||||||
!/cache/index.php
|
!/cache/index.php
|
||||||
|
!/cache/*/
|
||||||
|
/cache/*/*
|
||||||
!/cache/cachefs/index.php
|
!/cache/cachefs/index.php
|
||||||
!/cache/purifier/index.php
|
!/cache/purifier/index.php
|
||||||
!/cache/push/index.php
|
!/cache/push/index.php
|
||||||
|
|
Loading…
Add table
Reference in a new issue