| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- # ---------- macOS ----------
- .DS_Store
- .DS_Store?
- ._*
- .dmg-test2/
- # ---------- Node / Electron (dsh-desktop) ----------
- node_modules/
- dist/
- .electron-cache/
- .npm-cache/
- *.log
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- package-lock.json.bak
- # ---------- generic build outputs ----------
- build/
- out/
- *.app
- *.dmg
- # ---------- HarmonyOS (dsh-harmony) ----------
- oh_modules/
- .hvigor/
- # ---------- IDE / editor ----------
- .vscode/
- .idea/
- *.iml
- # ---------- env / secrets ----------
- .env
- .env.local
- # 敏感商业文档 - 仅本地保留,不纳入版本控制
- dsh-harmony/PRICING.zh.md
- dsh-harmony/COMMERCIALIZATION-PLAN.zh.md
- dsh-harmony/COMPETITIVE-RESEARCH.zh.md
- dsh-harmony/DEVELOPMENT-PLAN.zh.md
- dsh-harmony/SCHEDULE-AND-DECISIONS.zh.md
- dsh-harmony/HANDOVER.md
- dsh-desktop/PRODUCT-PLAN.zh.md
- assets/store/monetization-design.zh.md
|