14 lines
253 B
Plaintext
14 lines
253 B
Plaintext
lib/
|
|
temp/
|
|
coverage/
|
|
|
|
/playwright-html-report/
|
|
**/test-results
|
|
**/_results
|
|
# Only commit snapshots from Linux
|
|
**/e2e/snapshots/**/*.png
|
|
**/e2e/snapshots/**/*.yml
|
|
!**/e2e/snapshots/**/*-linux.png
|
|
!**/e2e/snapshots/**/*-linux.aria.yml
|
|
/playwright-report/
|