.gitignore 1.0 KB

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