소스 검색

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

Fix path to ignore only root log, img and cache folder
Brendan Forster 9 년 전
부모
커밋
ad500c8a49
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      Prestashop.gitignore

+ 3 - 3
Prestashop.gitignore

@@ -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/