orbit/.gitignore
reverse 4fdf9141a0 add playwright e2e tests against a local ergo ircv3 server
drives the built client over websocket like production: connect, join,
send and echo a message, and deliver a message between two clients. ergo
is fetched and started by the test harness; run with npm run test:e2e.
2026-06-20 21:05:01 +00:00

32 lines
380 B
Text

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# e2e (Playwright + Ergo)
e2e/.bin/
e2e/.ergo-state.json
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/