mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
Merge pull request #1694 from PrestanceDesign/prestashop-patch-1
Fix path to ignore only root log, img and cache folder
This commit is contained in:
commit
ad500c8a49
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@ config/settings.*.php
|
|||
# The following files are generated by PrestaShop.
|
||||
|
||||
admin-dev/autoupgrade/
|
||||
cache/
|
||||
/cache/*
|
||||
config/xml/*.xml
|
||||
log/
|
||||
/log/*
|
||||
*sitemap.xml
|
||||
themes/*/cache/
|
||||
modules/*/config*.xml
|
||||
|
@ -21,5 +21,5 @@ admin-dev/backups/
|
|||
admin-dev/export/
|
||||
admin-dev/import/
|
||||
download/
|
||||
img/
|
||||
/img/*
|
||||
upload/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue