27be1892ed
Desktop (Electron/Windows): device dashboard, DWM scheduling engine, native firmware rules editor, Windows background service, web remote, sunrise/sunset support. Homebridge plugin (homebridge-dibby-wemo v1.0.0): HomeKit switches for all local Wemo devices, custom UI with DWM rules, device rules, scheduler heartbeat, and location-based sunrise/sunset scheduling. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
55 lines
2.2 KiB
Plaintext
55 lines
2.2 KiB
Plaintext
# ── Dependencies ──────────────────────────────────────────────────────────────
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# ── Build output ──────────────────────────────────────────────────────────────
|
|
dist/
|
|
out/
|
|
build/
|
|
*.blockmap
|
|
builder-debug.yml
|
|
builder-effective-config.yaml
|
|
|
|
# ── Electron app user data written at runtime ─────────────────────────────────
|
|
apps/desktop/WemoManagerData/
|
|
|
|
# ── Code signing certificate — NEVER commit private keys ─────────────────────
|
|
*.pfx
|
|
*.p12
|
|
*.key
|
|
*.pem
|
|
|
|
# ── Environment / secrets ─────────────────────────────────────────────────────
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# ── OS artefacts ─────────────────────────────────────────────────────────────
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# ── Logs ─────────────────────────────────────────────────────────────────────
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# ── Editor / IDE ──────────────────────────────────────────────────────────────
|
|
.vscode/
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# ── Temporary files ───────────────────────────────────────────────────────────
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
|
|
# ── Claude agent internals ───────────────────────────────────────────────────
|
|
.claude/
|