.gitignore 840 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # ---------- macOS ----------
  2. .DS_Store
  3. .DS_Store?
  4. ._*
  5. .dmg-test2/
  6. # ---------- Node / Electron (dsh-desktop) ----------
  7. node_modules/
  8. dist/
  9. .electron-cache/
  10. .npm-cache/
  11. *.log
  12. npm-debug.log*
  13. yarn-debug.log*
  14. yarn-error.log*
  15. package-lock.json.bak
  16. # ---------- generic build outputs ----------
  17. build/
  18. out/
  19. *.app
  20. *.dmg
  21. # ---------- HarmonyOS (dsh-harmony) ----------
  22. oh_modules/
  23. .hvigor/
  24. # ---------- IDE / editor ----------
  25. .vscode/
  26. .idea/
  27. *.iml
  28. # ---------- env / secrets ----------
  29. .env
  30. .env.local
  31. # 敏感商业文档 - 仅本地保留,不纳入版本控制
  32. dsh-harmony/PRICING.zh.md
  33. dsh-harmony/COMMERCIALIZATION-PLAN.zh.md
  34. dsh-harmony/COMPETITIVE-RESEARCH.zh.md
  35. dsh-harmony/DEVELOPMENT-PLAN.zh.md
  36. dsh-harmony/SCHEDULE-AND-DECISIONS.zh.md
  37. dsh-harmony/HANDOVER.md
  38. dsh-desktop/PRODUCT-PLAN.zh.md
  39. assets/store/monetization-design.zh.md