.gitignore 475 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Compiled class file
  2. *.class
  3. # Log file
  4. *.log
  5. # BlueJ files
  6. *.ctxt
  7. # Mobile Tools for Java (J2ME)
  8. .mtj.tmp/
  9. # Package Files #
  10. *.war
  11. *.nar
  12. *.ear
  13. *.zip
  14. *.tar.gz
  15. *.rar
  16. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  17. hs_err_pid*
  18. target/
  19. build/
  20. .idea/
  21. *.iml
  22. /.idea/
  23. .idea/*
  24. /.idea/*
  25. /test
  26. .gradle/
  27. local.properties
  28. # Maven publishing credits
  29. keys.properties
  30. /plugins/
  31. bintray.user.txt
  32. bintray.key.txt
  33. token.txt
  34. /*/token.txt