.gitignore 272 B

1234567891011121314151617181920
  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