diff --git a/examples/e2e/experimental/.gitignore b/examples/e2e/experimental/.gitignore index 5ef6a520..931941e7 100644 --- a/examples/e2e/experimental/.gitignore +++ b/examples/e2e/experimental/.gitignore @@ -39,3 +39,9 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +# playwright +/test-results/ +/playwright-report/ +/blob-report/ +/playwright/.cache/ \ No newline at end of file