.gitignore 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. htdocs/conf/conf.php
  2. htdocs/conf/conf.php.old
  3. htdocs/conf/conf.php.sav
  4. htdocs/conf/conf.php.back
  5. documents/
  6. custom2/
  7. test/report/
  8. nbproject
  9. default.properties
  10. .settings/
  11. .buildpath
  12. .gitmodules
  13. /.project
  14. /.pydevproject
  15. /.vscode
  16. .DS_Store
  17. *.iml
  18. *.orig
  19. Thumbs.db
  20. /dolibarr_genesis.mp4
  21. .phpunit.result.cache
  22. # Log files
  23. dolibarr_install.log
  24. upgrade.log
  25. doxygen_warnings.log
  26. # Vagrant generated files
  27. .vagrant
  28. # Composer installed repositories
  29. /htdocs/includes/**/.git
  30. # Composer autoloader and unwanted files
  31. composer.phar
  32. htdocs/includes/autoload.php
  33. htdocs/includes/bin/
  34. htdocs/includes/composer/
  35. htdocs/includes/doctrine/
  36. htdocs/includes/jakub-onderka/
  37. htdocs/includes/phpdocumentor/
  38. htdocs/includes/phpspec/
  39. htdocs/includes/phpunit/
  40. htdocs/includes/php-parallel-lint/
  41. htdocs/includes/sebastian/
  42. htdocs/includes/squizlabs/
  43. htdocs/includes/webmozart/
  44. htdocs/.well-known/apple-developer-merchantid-domain-association
  45. /factory/
  46. /output/
  47. # MMI Mathieu Moulin iProspective
  48. htdocs/.user.ini
  49. # Node Modules
  50. build/yarn-error.log
  51. build/node_modules/
  52. node_modules/
  53. #yarn
  54. yarn.lock
  55. #package-lock
  56. package-lock.json
  57. doc/install.lock
  58. /.asciidoctorconfig.adoc
  59. .idea
  60. /composer.json
  61. /composer.lock
  62. /build/phpstan/phpstan
  63. /build/phpstan/bootstrap_custom.php
  64. phpstan_custom.neon
  65. /.php-cs-fixer.cache
  66. /.php_cs.cache