.gitignore 361 B

123456789101112131415161718192021222324252627
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Java template
  3. # Compiled class file
  4. *.class
  5. # Log file
  6. *.log
  7. .idea
  8. # BlueJ files
  9. *.ctxt
  10. target
  11. TestMvc.iml
  12. # Mobile Tools for Java (J2ME)
  13. .mtj.tmp/
  14. # Package Files #
  15. *.jar
  16. *.war
  17. *.ear
  18. *.zip
  19. *.tar.gz
  20. *.rar
  21. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  22. hs_err_pid*