Playwright Tests / test-playwright (1, 2) (push) Canceled after 0s
Playwright Tests / test-playwright (2, 2) (push) Canceled after 0s
pre-commit / pre-commit (push) Canceled after 0s
Test Backend / test-backend (push) Canceled after 0s
Compose Smoke Test / test-compose (push) Canceled after 0s
Playwright Tests / merge-reports (push) Canceled after 0s
Signed-off-by: stroblme <stroblme@posteo.de>
22 lines
418 B
Plaintext
22 lines
418 B
Plaintext
.vscode/*
|
|
!.vscode/extensions.json
|
|
node_modules/
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
|
|
# Generated locally by the workspace root's scripts/setup.sh; never committed.
|
|
.env
|
|
secrets/
|
|
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# The local flow store (its own git repository) and the encrypted secrets file.
|
|
/backend/flow-data/
|
|
|
|
# Output of `make verify` (root Makefile).
|
|
/frontend/screenshots/
|
|
*.tsbuildinfo
|