diff --git a/.gitignore b/.gitignore index 9d0876f..0afdee4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,9 @@ .DS_Store .vercel +dist/ + +# Playwright +test-results/ +playwright-report/ +playwright/.cache/ diff --git a/public/index.html b/index.html similarity index 63% rename from public/index.html rename to index.html index 5da7ed3..8d0723a 100644 --- a/public/index.html +++ b/index.html @@ -7,12 +7,9 @@