.gitignore 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. # Node Modules
  48. build/yarn-error.log
  49. build/node_modules/
  50. node_modules/
  51. #yarn
  52. yarn.lock
  53. #package-lock
  54. package-lock.json
  55. doc/install.lock
  56. /.asciidoctorconfig.adoc
  57. .idea
  58. /composer.json
  59. /composer.lock