File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,10 @@ site/**/*.typegen.ts
26
26
site /build-storybook.log
27
27
site /coverage /
28
28
site /storybook-static /
29
- site /test-results /
29
+ site /test-results /*
30
+ site /e2e /test-results /*
31
+ site /e2e /storageState.json
32
+ site /playwright-report /*
30
33
31
34
# Make target for updating golden files.
32
35
cli /testdata /.gen-golden
Original file line number Diff line number Diff line change @@ -26,7 +26,10 @@ yarn-error.log
26
26
build-storybook.log
27
27
coverage /
28
28
storybook-static /
29
- test-results /
29
+ test-results /*
30
+ e2e /test-results /*
31
+ e2e /storageState.json
32
+ playwright-report /*
30
33
31
34
# Make target for updating golden files.
32
35
.. /cli /testdata /.gen-golden
Original file line number Diff line number Diff line change @@ -26,7 +26,10 @@ yarn-error.log
26
26
build-storybook.log
27
27
coverage /
28
28
storybook-static /
29
- test-results /
29
+ test-results /*
30
+ e2e /test-results /*
31
+ e2e /storageState.json
32
+ playwright-report /*
30
33
31
34
# Make target for updating golden files.
32
35
.. /cli /testdata /.gen-golden
You can’t perform that action at this time.
0 commit comments