.gitignore 321 B

123456789101112131415161718192021222324252627
  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. *.jar
  11. *.war
  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. /bin/
  19. /target/
  20. /.classpath
  21. /.project
  22. /.settings/