.gitignore 362 B

12345678910111213141516171819202122232425262728293031
  1. # Compiled class file
  2. *.class
  3. *.iml
  4. .idea/
  5. target/
  6. .settings/
  7. .vscode/
  8. .classpath
  9. .factorypath
  10. .project
  11. # Log file
  12. *.log
  13. # BlueJ files
  14. *.ctxt
  15. # Mobile Tools for Java (J2ME)
  16. .mtj.tmp/
  17. # Package Files #
  18. *.jar
  19. *.war
  20. *.nar
  21. *.ear
  22. *.zip
  23. *.tar.gz
  24. *.rar
  25. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  26. hs_err_pid*
  27. wx-api.iml