From 0fef9848cb0be5d24c0e7308e423bdae9e2f9917 Mon Sep 17 00:00:00 2001 From: john kevin asprec Date: Wed, 15 Jul 2026 11:02:12 +0800 Subject: [PATCH] chore: gitignore playwright test-results and temp verification files Co-Authored-By: Claude Opus 4.8 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3e1a758..c77b824 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,7 @@ node_modules/ dist/ *.local *.zip + +# Playwright +test-results/ +.tmp-*