.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. .idea
  18. *.iml
  19. *.orig
  20. Thumbs.db
  21. /dolibarr_genesis.mp4
  22. .phpunit.result.cache
  23. # Log files
  24. dolibarr_install.log
  25. upgrade.log
  26. doxygen_warnings.log
  27. # Vagrant generated files
  28. .vagrant
  29. # Composer installed repositories
  30. /htdocs/includes/**/.git
  31. # Composer autoloader and unwanted files
  32. composer.phar
  33. htdocs/includes/autoload.php
  34. htdocs/includes/bin/
  35. htdocs/includes/composer/
  36. htdocs/includes/doctrine/
  37. htdocs/includes/jakub-onderka/
  38. htdocs/includes/phpdocumentor/
  39. htdocs/includes/phpspec/
  40. htdocs/includes/phpunit/
  41. htdocs/includes/php-parallel-lint/
  42. htdocs/includes/sebastian/
  43. htdocs/includes/squizlabs/
  44. htdocs/includes/webmozart/
  45. htdocs/.well-known/apple-developer-merchantid-domain-association
  46. /factory/
  47. /output/
  48. # Node Modules
  49. build/yarn-error.log
  50. build/node_modules/
  51. node_modules/
  52. #yarn
  53. yarn.lock
  54. #package-lock
  55. package-lock.json
  56. doc/install.lock