Skip to content

Commit ad500c8

Browse files
committed
Merge pull request #1694 from PrestanceDesign/prestashop-patch-1
Fix path to ignore only root log, img and cache folder
2 parents a5acbc2 + c414dbc commit ad500c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Prestashop.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ config/settings.*.php
77
# The following files are generated by PrestaShop.
88

99
admin-dev/autoupgrade/
10-
cache/
10+
/cache/*
1111
config/xml/*.xml
12-
log/
12+
/log/*
1313
*sitemap.xml
1414
themes/*/cache/
1515
modules/*/config*.xml
@@ -21,5 +21,5 @@ admin-dev/backups/
2121
admin-dev/export/
2222
admin-dev/import/
2323
download/
24-
img/
24+
/img/*
2525
upload/

0 commit comments

Comments
 (0)