From f74bc2d702b37cf8d49aa2beedf5d59b90ac74c9 Mon Sep 17 00:00:00 2001 From: beatz174-bit Date: Sun, 23 Nov 2025 13:43:23 +1000 Subject: [PATCH] Add Playwright test artifacts to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d3a6649..20a9242 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ node_modules dist .vite app/build/ -.gradle \ No newline at end of file +.gradle +test-results/ +playwright-report/