.gitignore 599 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. **/application-prod.yml
  39. **/nginx/certs/*.key
  40. **/nginx/certs/*.pem