.gitignore 217 B

1234567891011121314
  1. *.class
  2. node_modules/
  3. vue.config.js
  4. # Mobile Tools for Java (J2ME)
  5. .mtj.tmp/
  6. # Package Files #
  7. *.jar
  8. *.war
  9. *.ear
  10. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  11. hs_err_pid*