diff --git a/.eslintignore b/.eslintignore index 9cd8ab950..66d360425 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,5 +1,7 @@ android/ build/ dist/ +e2e/test-results/ ios/ +playwright-report/ vendor/ diff --git a/.prettierignore b/.prettierignore index f04cf3685..11f3913bb 100644 --- a/.prettierignore +++ b/.prettierignore @@ -3,3 +3,5 @@ ios package-lock.json .github/**/*.md vendor +e2e/test-results +playwright-report