.gitignore 1.0 KB

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