You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 205B

12345678910111213141516171819
  1. /.idea
  2. /bin
  3. /build
  4. /doclava
  5. /ext
  6. /javadoc
  7. /site
  8. /target
  9. /*.zip
  10. /*.jar
  11. /build.properties
  12. /derby.log
  13. /performance.txt
  14. /performance_db.txt
  15. /performance_sql.txt
  16. /testdbs
  17. /*.sh
  18. /*.ps1
  19. /*.iml