Files
myxelium e49b3ec112 chore: dev-stack switches, shared e2e harness, and desktop shell rules
- `LIVE_RELOAD=false npm run dev` keeps the renderer alive across a machine
  suspend; the reload client otherwise destroys the session under test.
- `dev-peer.sh` plus a separate userdata dir runs a second local peer.
- `tools/voice-probe.js` samples peer state and RTP counters from a live
  window, persisting to localStorage so a renderer reload cannot erase it.
- e2e helpers for voice pairs, peer-role election, and a TURN relay.
- Electron single-instance and dev-client-load decisions move into rules
  files with colocated specs.
2026-08-14 03:19:29 +02:00

72 lines
998 B
Plaintext

# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
# Compiled output
/dist
/server/dist/
/tmp
/out-tsc
/bazel-out
*.sqlite
*/architecture.md
/docs
# Node
/node_modules
npm-debug.log
yarn-error.log
dist-electron
node_modules/*
*server/node_modules/*
/docs-site/node_modules/
.angular
# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# Miscellaneous
/.angular/cache
.sass-cache/
/connect.lock
/coverage
/docs-site/.docusaurus/
/docs-site/build/
/libpeerconnection.log
testem.log
/typings
__screenshots__/
# Playwright
test-results/
e2e/playwright-report/
# System files
.DS_Store
Thumbs.db
# Environment & certs
.env
.certs/
.dev-userdata/
/server/data/variables.json
/server/data/metoyou.sqlite
dist-server/*
doc/**
metoyou.sqlite*
metoyou.sqlite
vitest/