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 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. # Cache, temp and personal files
  2. /.htaccess
  3. *.log
  4. # Cache
  5. /cache/*
  6. !/cache/.htaccess
  7. !/cache/cachefs/index.php
  8. !/cache/deprecated.txt
  9. !/cache/index.php
  10. !/cache/purifier/index.php
  11. !/cache/push/activity
  12. !/cache/push/index.php
  13. !/cache/push/trends
  14. !/cache/sandbox/index.php
  15. !/cache/smarty/cache/index.php
  16. !/cache/smarty/compile/index.php
  17. !/cache/smarty/index.php
  18. !/cache/tcpdf/index.php
  19. # Download
  20. /download/*
  21. !/download/.htaccess
  22. !/download/index.php
  23. # Images
  24. /img/*
  25. !/img/.htaccess
  26. !/img/index.php
  27. !/img/404.gif
  28. !/img/bg_500.png
  29. !/img/bg_loader.png
  30. !/img/favicon.ico
  31. !/img/loader.gif
  32. !/img/loadingAnimation.gif
  33. !/img/logo.jpg
  34. !/img/logo.png
  35. !/img/logo_invoice.jpg
  36. !/img/logo_stores.png
  37. !/img/macFFBgHack.png
  38. !/img/prestashop-avatar.png
  39. !/img/prestashop@2x.png
  40. !/img/preston-login-wink@2x.png
  41. !/img/preston-login@2x.png
  42. !/img/questionmark.png
  43. !/img/genders/index.php
  44. !/img/admin/index.php
  45. !/img/c/index.php
  46. !/img/cms/index.php
  47. !/img/co/index.php
  48. !/img/jquery-ui
  49. !/img/l/index.php
  50. !/img/m/index.php
  51. !/img/os/index.php
  52. !/img/p/index.php
  53. !/img/s/index.php
  54. !/img/scenes
  55. !/img/st/index.php
  56. !/img/su/index.php
  57. !/img/t/index.php
  58. !/img/tmp/index.php
  59. # Upload
  60. /upload/*
  61. !/upload/.htaccess
  62. /vendor/*
  63. /docs/phpdoc-sf/
  64. /composer.lock
  65. *.hot-update.js
  66. *.hot-update.json
  67. /admin-dev/autoupgrade/*
  68. !/admin-dev/autoupgrade/index.php
  69. !/admin-dev/autoupgrade/backup/index.php
  70. /admin-dev/backups/*
  71. !/admin-dev/backups/.htaccess
  72. /admin-dev/import/*
  73. !/admin-dev/import/.htaccess
  74. !/admin-dev/import/index.php
  75. /admin-dev/export/*
  76. !/admin-dev/export/.htaccess
  77. !/admin-dev/export/index.php
  78. # Downloaded RTL files
  79. /admin-dev/themes/default/css/bundle/default_rtl.css
  80. /admin-dev/themes/default/css/bundle/shared_rtl.css
  81. /admin-dev/themes/default/css/font_rtl.css
  82. /admin-dev/themes/default/css/overrides_rtl.css
  83. /admin-dev/themes/default/css/vendor/font-awesome/font-awesome_rtl.css
  84. /admin-dev/themes/default/css/vendor/nv.d3_rtl.css
  85. /admin-dev/themes/default/css/vendor/titatoggle-min_rtl.css
  86. /admin-dev/themes/default/public/theme_rtl.css
  87. /admin-dev/themes/new-theme/css/module/drop_rtl.css
  88. /admin-dev/themes/new-theme/css/right-sidebar_rtl.css
  89. themes/*/cache/*
  90. # Config
  91. config/settings.inc.php
  92. config/settings.old.php
  93. config/xml/*
  94. config/themes/*
  95. !config/xml/themes/default.xml
  96. themes/*/config/settings_*.json
  97. app/config/parameters.old.yml
  98. app/config/config.php
  99. # Themes, modules and overrides
  100. modules/*
  101. override/*
  102. themes/*/
  103. !themes/classic
  104. !themes/_core
  105. !themes/_libraries
  106. # Vendors and dependencies
  107. bower_components/
  108. node_modules/
  109. composer.phar
  110. php-cs-fixer
  111. .grunt/*
  112. # Translations and emails templates
  113. translations/*
  114. mails/*
  115. !mails/themes/
  116. !mails/_partials/
  117. themes/default-bootstrap/lang/*
  118. themes/default-bootstrap/modules/*/translations/*.php
  119. themes/default-bootstrap/mails/*
  120. !themes/default-bootstrap/mails/en/
  121. themes/default-bootstrap/modules/*/mails/*
  122. !themes/default-bootstrap/modules/*/mails/en
  123. # MISC
  124. *sitemap.xml
  125. /robots.txt
  126. # Symfony
  127. /bin/
  128. /app/Resources/geoip/GeoLite2-City.mmdb
  129. /app/Resources/translations/*
  130. !/app/Resources/translations/default
  131. /app/config/parameters.yml
  132. /app/config/parameters.php
  133. /build/
  134. /phpunit.xml
  135. /var/*
  136. !/var/cache
  137. /var/cache/*
  138. !var/cache/.gitkeep
  139. !/var/logs
  140. /var/logs/*
  141. !var/logs/.gitkeep
  142. !/var/sessions
  143. /var/sessions/*
  144. !var/sessions/.gitkeep
  145. !var/SymfonyRequirements.php
  146. /vendor/
  147. /web/bundles/