You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Prestashop.gitignore 509B

1234567891011121314151617181920212223242526272829
  1. # Directories content
  2. cache/class_index.php
  3. cache/smarty/cache/*
  4. !cache/smarty/cache/index.php
  5. cache/smarty/compile/*
  6. !cache/smarty/compile/index.php
  7. cache/tcpdf/*
  8. !cache/tcpdf/index.php
  9. config/xml/*.xml
  10. config/settings.inc.php
  11. log/*.log
  12. img/*
  13. !img/index.php
  14. !img/*/index.php
  15. tools/smarty*/cache/*.php
  16. !tools/smarty*/cache/index.php
  17. tools/smarty*/compile/*.php
  18. !tools/smarty*/compile/index.php
  19. themes/default/cache/*.js
  20. themes/default/cache/*.css
  21. # Ignore files on root directory
  22. robots.txt
  23. sitemap.xml