PageRenderTime 51ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/.gitignore

https://github.com/cokarmando/PrestaShop
gitignore | 38 lines | 37 code | 1 blank | 0 comment | 0 complexity | b957089b8a20d27915c376150aaa6c78 MD5 | raw file
  1. .buildpath
  2. .htaccess
  3. .project
  4. .settings
  5. .idea
  6. .svn
  7. .DS_Store
  8. robots.txt
  9. sitemap.xml
  10. cache/smarty/cache/*
  11. !cache/smarty/cache/index.php
  12. cache/smarty/compile/*
  13. !cache/smarty/compile/index.php
  14. cache/class_index.php
  15. cache/tcpdf/*
  16. !cache/tcpdf/index.php
  17. config/xml/*.xml
  18. config/settings.inc.php
  19. log/*.log
  20. img/*
  21. !img/index.php
  22. !img/*/index.php
  23. tools/smarty*/cache/*.php
  24. !tools/smarty*/cache/index.php
  25. tools/smarty*/compile/*.php
  26. !tools/smarty*/compile/index.php
  27. override/classes/*.php
  28. themes/default/cache/*.js
  29. themes/default/cache/*.css
  30. modules/*/translations/*.php
  31. !modules/*/translations/index.php
  32. mails/*
  33. !mails/en
  34. modules/*/mails/*
  35. !modules/*/mails/en
  36. translations/*
  37. !translations/*.gzip