.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. # Qodana
  58. .idea/vcs.xml
  59. .idea/modules.xml
  60. .idea/workspace.xml
  61. .idea/inspectionProfiles/Project_Default.xml
  62. .idea/jsLinters/jshint.xml
  63. /composer.json
  64. /composer.lock