Storybook 8 + Playwright JSON reporter + auto-generated markdown docs with embedded screenshots and breadcrumbs. Frontend PRs now reviewable from Gitea web UI. ~95% Mistral autonomous via ICM workspace, trainer commit/PR (Mistral hit turn limit). Co-authored-by: Gabriel Radureau <arcodange@gmail.com> Co-committed-by: Gabriel Radureau <arcodange@gmail.com>
48 lines
607 B
Plaintext
48 lines
607 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/storybook-static/
|
|
frontend/test-results/
|
|
frontend/playwright-report/
|