.gitignore 396 B

123456789101112131415161718192021222324252627282930313233
  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. *.nar
  13. *.ear
  14. *.zip
  15. *.ta
  16. r.gz
  17. *.rar
  18. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  19. hs_err_pid*
  20. *target*
  21. *log*
  22. *test*
  23. # Ignore IntelliJ IDEA project files
  24. .idea/
  25. # Ignore Eclipse project files
  26. .project
  27. .classpath