c86b5e7031
- Fix WebSocket URL to use ws:// for http development environments - Make createLayer idempotent to prevent race-condition 500 under React StrictMode - Add URL-based routing for /register so register page actually shows register form - Add missing tool buttons to LeftSidebar: polygon, chair, extend, fillet - Add Playwright browser test suite for exhaustive UI testing - Update .gitignore for Playwright artifacts Unit tests: backend 254/254, frontend 380/380
19 lines
219 B
Plaintext
19 lines
219 B
Plaintext
node_modules/
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
dist/
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.bak
|
|
*.log
|
|
.DS_Store
|
|
coverage/
|
|
.vitest/
|
|
|
|
# Playwright
|
|
frontend/test-results/
|
|
frontend/playwright-tests/screenshots/
|
|
frontend/playwright-tests/*.json
|