-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
27 lines (27 loc) · 934 Bytes
/
Copy path.gitignore
File metadata and controls
27 lines (27 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
node_modules/*
.playwright
test-results
projects/02-blueprint-to-playwright/tests/generated
!projects/02-blueprint-to-playwright/tests/generated/
!projects/02-blueprint-to-playwright/tests/generated/README.md
!projects/02-blueprint-to-playwright/tests/generated/hardening.spec.ts
!projects/02-blueprint-to-playwright/tests/generated/data/
!projects/02-blueprint-to-playwright/tests/generated/data/**
!projects/02-blueprint-to-playwright/tests/generated/__snapshots__/
!projects/02-blueprint-to-playwright/tests/generated/__snapshots__/**
projects/01-spec2cases-md2json/cases.generated.json
junit-results.xml
!docs/reports/junit/junit-results.xml
database.json
.venv
.cache
coverage.xml
coverage/
!docs/reports/coverage/
!docs/reports/coverage/**
docs/evidence/*.log
docs/evidence/*-log.txt
projects/03-ci-flaky/demo/junit-run-*.xml
projects/03-ci-flaky/out/
projects/04-llm-adapter/data/*.jsonl
projects/04-llm-adapter/reports/*.html