.gitignore 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. # 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. # Node Modules
  46. build/yarn-error.log
  47. build/node_modules/
  48. node_modules/
  49. #yarn
  50. yarn.lock
  51. #package-lock
  52. package-lock.json
  53. doc/install.lock
  54. /factory/