From d237f7a9d43293d287218465ff40b1c3748f5e1d Mon Sep 17 00:00:00 2001 From: Till Heidrich Date: Tue, 11 Aug 2026 05:25:57 +0000 Subject: [PATCH] chore: ignore local test artifacts (playwright) Co-Authored-By: Claude Opus 4.8 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a1127ae..3898727 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ node_modules/ *.tgz .DS_Store +package.json +package-lock.json