.gitignore 385 B

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