Skip to content

Commit c414dbc

Browse files
Fix path to ignored only root log, img and cache folder
1 parent 0dbd791 commit c414dbc

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)