Files
redefined-designs/.gitignore
T
bermudalamb 11d246d56a
Linting / lint (pull_request) Successful in 1m49s
SonarQube Analysis / sonarqube (pull_request) Failing after 15m15s
Merge branch 'main' into feature/123-consolidate-test-workflows
2026-08-22 11:12:52 -05:00

23 lines
473 B
Plaintext
Executable File

node_modules/
dist/
frontend/dist/
backend/dist/
*.log
.DS_Store
uploads/
coverage/
playwright-report/
test-results/
.env
.superpowers/
# Logs, pids and uploads written by scripts/start-local.ps1
.local/
.scannerwork/
.nyc_output/
# Test result JSON, written by the CI test steps for the summarize scripts and
# by anyone running the same commands locally. Regenerated every run.
backend/unit-results.json
backend/integration-results.json
frontend/playwright-results.json