PageRenderTime 37ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/.gitignore

https://github.com/netplayer/PrestaShop
gitignore | 144 lines | 141 code | 1 blank | 2 comment | 0 complexity | fe1065b940a3ee58842ab80e97a83a82 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, LGPL-2.1, LGPL-3.0
  1. .buildpath
  2. .htaccess
  3. .project
  4. .settings
  5. .idea
  6. .svn
  7. .DS_Store
  8. .sass-cache
  9. config.codekit
  10. *.sublime-project
  11. *.sublime-workspace
  12. robots.txt
  13. sitemap.xml
  14. cache/cachefs/*
  15. !cache/cachefs/index.php
  16. download/*
  17. !download/index.php
  18. upload/*
  19. !upload/index.php
  20. admin-dev/autoupgrade/*
  21. admin-dev/backups/*
  22. !admin-dev/backups/index.php
  23. cache/smarty/cache/*
  24. !cache/smarty/cache/index.php
  25. cache/smarty/compile/*
  26. !cache/smarty/compile/index.php
  27. cache/class_index.php
  28. cache/tcpdf/*
  29. !cache/tcpdf/index.php
  30. config/xml/*.xml
  31. config/settings.inc.php
  32. config/settings.old.php
  33. log/*.log
  34. img/*
  35. !img/index.php
  36. !img/*/index.php
  37. tools/smarty*/cache/*.php
  38. !tools/smarty*/cache/index.php
  39. tools/smarty*/compile/*.php
  40. !tools/smarty*/compile/index.php
  41. override/classes/*.php
  42. themes/default/cache/*.js
  43. themes/default/cache/*.css
  44. themes/default/modules/*/*.php
  45. !themes/default/modules/*/index.php
  46. themes/default/lang/*.php
  47. !themes/default/lang/index.php
  48. themes/default-bootstrap/cache/*.js
  49. themes/default-bootstrap/cache/*.css
  50. themes/default-bootstrap/modules/*/*.php
  51. !themes/default-bootstrap/modules/*/index.php
  52. themes/default-bootstrap/lang/*.php
  53. !themes/default-bootstrap/lang/index.php
  54. themes/default-bootstrap/modules/*/translations/*.php
  55. !themes/default-bootstrap/modules/*/translations/index.php
  56. modules/*/translations/*.php
  57. !modules/*/translations/index.php
  58. mails/*
  59. !mails/en
  60. modules/*/mails/*
  61. !modules/*/mails/en
  62. translations/*
  63. !translations/*.gzip
  64. modules/awesomehosting
  65. modules/atos/*
  66. modules/addshoppers
  67. modules/alliedwallet
  68. modules/authorizeaim
  69. modules/autoupgrade
  70. modules/avalaratax
  71. modules/backwardcompatibility
  72. modules/canadapost
  73. modules/cloudcache
  74. modules/ebay
  75. modules/fedexcarrier
  76. modules/fianetfraud
  77. modules/fianetsceau
  78. modules/fidbag
  79. modules/firstdata
  80. modules/gadwords
  81. modules/gamification
  82. modules/ganalytics
  83. modules/gsitemap
  84. modules/hipay
  85. modules/iadvize
  86. modules/itembase
  87. modules/jirafe
  88. modules/kiala
  89. modules/kialasmall
  90. modules/klarnaprestashop
  91. modules/kwixo
  92. modules/livezilla
  93. modules/mailjet
  94. modules/merchantware
  95. modules/mobile_theme
  96. modules/mondialrelay
  97. modules/moneybookers
  98. modules/nqgatewayneteven
  99. modules/ogone
  100. modules/pagseguro
  101. modules/paypal
  102. modules/payulatam
  103. modules/prediggo
  104. modules/prestafraud
  105. modules/shipwire
  106. modules/shoppingfeedexport
  107. modules/shoppingfluxexport
  108. modules/socolissimo
  109. modules/stripejs
  110. modules/themeinstallator
  111. modules/tntcarrier
  112. modules/treepodia
  113. modules/trustedshops
  114. modules/trustly
  115. modules/twenga
  116. modules/upscarrier
  117. modules/uspscarrier
  118. modules/wexpay
  119. modules/yotpo
  120. modules/zingaya
  121. modules/blockwishlist
  122. modules/carriercompare
  123. modules/cashondelivery
  124. modules/cheque
  125. modules/dateofdelivery
  126. modules/editorial
  127. modules/favoriteproducts
  128. modules/feeder
  129. modules/followup
  130. modules/gapi
  131. modules/loyalty
  132. modules/mailalerts
  133. modules/newsletter
  134. modules/productcomments
  135. modules/pscleaner
  136. modules/referralprogram
  137. modules/sendtoafriend
  138. modules/watermark
  139. admin-dev/themes/default/bower_components
  140. # ignore module config files
  141. modules/*/config.xml
  142. # ignore language specific module config files
  143. modules/*/config_*.xml