提交 ad500c8a 编写于 作者: B Brendan Forster

Merge pull request #1694 from PrestanceDesign/prestashop-patch-1

Fix path to ignore only root log, img and cache folder
...@@ -7,9 +7,9 @@ config/settings.*.php ...@@ -7,9 +7,9 @@ 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/*
config/xml/*.xml config/xml/*.xml
log/ /log/*
*sitemap.xml *sitemap.xml
themes/*/cache/ themes/*/cache/
modules/*/config*.xml modules/*/config*.xml
...@@ -21,5 +21,5 @@ admin-dev/backups/ ...@@ -21,5 +21,5 @@ admin-dev/backups/
admin-dev/export/ admin-dev/export/
admin-dev/import/ admin-dev/import/
download/ download/
img/ /img/*
upload/ upload/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册