.gitignore 415 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Compiled class file
  2. *.class
  3. *.iml
  4. *.idea
  5. target/
  6. logs/
  7. .mvn
  8. # Log file
  9. *.log
  10. # BlueJ files
  11. *.ctxt
  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. *.gz
  22. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  23. hs_err_pid*
  24. *velocity.log*
  25. # Eclipse #
  26. .classpath
  27. .project
  28. .settings/
  29. # STS #
  30. .factorypath
  31. # nodejs #
  32. node_modules