.gitignore 418 B

12345678910111213141516171819202122232425262728293031323334
  1. # Compiled class file
  2. *.class
  3. # Log file
  4. *.log
  5. # Package Files #
  6. *.jar
  7. *.war
  8. *.ear
  9. *.zip
  10. *.tar.gz
  11. *.rar
  12. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  13. hs_err_pid*
  14. .idea
  15. *.iml
  16. .idea/compiler.xml
  17. .idea/encodings.xml
  18. .idea/misc.xml
  19. .idea/modules.xml
  20. .idea/vcs.xml
  21. *.project
  22. *.classpath
  23. .settings/
  24. logs/
  25. target/
  26. uploadfiles/
  27. common-libs/*