First Vue 3 / Nuxt 3 / Playwright frontend layer for dance-lessons-coach. Minimal: 1 page, 1 component fetching /api/healthz, 1 e2e test. Out of scope: Storybook, design system, auth pages, deploy. ~95% Mistral autonomous via ICM workspace ~/Work/Vibe/workspaces/frontend-nuxt-scaffold/. Mistral handled the npx nuxi init TUI by falling back to manual file creation (Q-032 documented). Co-authored-by: Gabriel Radureau <arcodange@gmail.com> Co-committed-by: Gabriel Radureau <arcodange@gmail.com>
47 lines
580 B
Plaintext
47 lines
580 B
Plaintext
# Binaries
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
bin/
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# IDE specific files
|
|
.idea/
|
|
.vscode/
|
|
|
|
# macOS specific files
|
|
.DS_Store
|
|
|
|
# Server runtime files
|
|
server.log
|
|
server.pid
|
|
*.log
|
|
pkg/server/docs/
|
|
|
|
# BDD test files
|
|
features/**/*-config.yaml
|
|
test-config.yaml
|
|
test-v2-config.yaml
|
|
|
|
# CI/CD runner configuration
|
|
config/runner
|
|
.runner
|
|
coverage.txt
|
|
trigger.txt
|
|
test_trigger.txt
|
|
|
|
# Frontend
|
|
frontend/node_modules/
|
|
frontend/.nuxt/
|
|
frontend/.output/
|
|
frontend/dist/
|
|
frontend/.env
|
|
frontend/.cache/
|
|
frontend/test-results/
|
|
frontend/playwright-report/
|