.gitignore 782 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # ---> Java
  2. *.class
  3. # Mobile Tools for Java (J2ME)
  4. .mtj.tmp/
  5. # Package Files #
  6. *.jar
  7. *.war
  8. *.ear
  9. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  10. hs_err_pid*
  11. .idea/
  12. .vscode/
  13. haha-miniapp/target/
  14. haha-sdk/target/
  15. haha-common/target/
  16. haha-entity/target/
  17. haha-mapper/target/
  18. haha-service/target/
  19. haha-admin/target/
  20. .qoder/
  21. .trae/
  22. # ---> Node.js / Frontend (haha-admin-web, haha-admin-mp)
  23. node_modules/
  24. .DS_Store
  25. dist/
  26. dist-ssr/
  27. *.local
  28. .eslintcache
  29. report.html
  30. vite.config.*.timestamp*
  31. yarn.lock
  32. npm-debug.log*
  33. .pnpm-error.log*
  34. .pnpm-debug.log
  35. tests/**/coverage/
  36. # Editor directories and files
  37. *.suo
  38. *.ntvs*
  39. *.njsproj
  40. *.sln
  41. tsconfig.tsbuildinfo
  42. # 强制包含被全局 gitignore 排除的目录
  43. !haha-admin-web/src/views/inventory/logs/