Files
Pulse/tests/integration/.gitignore
rcourtman 0064439b2f Add integration test package-lock.json to version control
The release workflow uses 'npm ci' which requires package-lock.json to exist.
Force-add package-lock.json despite root gitignore for reproducible builds.

Fixes workflow failure in run 19281878604.
2025-11-12 00:05:45 +00:00

6 lines
74 B
Plaintext

node_modules/
/test-results/
/playwright-report/
/playwright/.cache/
.env