.gitignore 449 B

1234567891011121314151617181920212223242526
  1. htdocs/conf/conf.php
  2. htdocs/conf/conf.php.old
  3. documents/
  4. custom2/
  5. test/report/
  6. nbproject
  7. default.properties
  8. .settings/
  9. .buildpath
  10. .gitmodules
  11. dolibarr_install.log
  12. upgrade.log
  13. doxygen_warnings.log
  14. /.project
  15. .DS_Store
  16. .idea
  17. *.iml
  18. Thumbs.db
  19. # Vagrant generated files
  20. .vagrant
  21. # Composer installed repositories
  22. /htdocs/includes/**/.git
  23. # Composer autoloader and unwanted files
  24. htdocs/includes/autoload.php
  25. htdocs/includes/bin/
  26. htdocs/includes/composer/