.gitignore 566 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # macOS
  2. .DS_Store
  3. # IntelliJ project files
  4. .idea
  5. *.iml
  6. out
  7. gen
  8. ### Java template
  9. # Compiled class file
  10. *.class
  11. # Log file
  12. *.log
  13. /log/
  14. # BlueJ files
  15. *.ctxt
  16. # Mobile Tools for Java (J2ME)
  17. .mtj.tmp/
  18. # Package Files #
  19. *.jar
  20. *.war
  21. *.nar
  22. *.ear
  23. *.zip
  24. *.tar.gz
  25. *.rar
  26. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  27. hs_err_pid*
  28. mvnw
  29. mvnw.cmd
  30. # tmp file
  31. .tmp
  32. */tmp
  33. */target
  34. # web2 file
  35. */src/main/resources/static/web
  36. */src/main/resources/static/mjs
  37. # 密钥文件(禁止入库)
  38. **/nginx/certs/*.key
  39. **/nginx/certs/*.pem