23 lines
473 B
Plaintext
Executable File
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
|