From 6e74256d66f551dfcdddb89ac9db3d1b631d0a5a Mon Sep 17 00:00:00 2001 From: cat_shark <1716967236@qq.com> Date: Wed, 27 May 2026 23:28:30 +0800 Subject: [PATCH] chore: add test artifacts to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8ee54e8..3a8dd14 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,7 @@ coverage *.sw? *.tsbuildinfo + +# Test artifacts +test-results/ +playwright-report/