From fffab05fc7a4c2b6d281f04950a15d5b825d8afb Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Mon, 27 Oct 2025 14:20:42 +0100 Subject: [PATCH] Ignore artefacts for Node.js and visual testing. --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index 6957dc9..123525e 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,17 @@ Thumbs.db # Temporary files *.tmp *.log + +# Node.js dependencies +node_modules/ +package-lock.json + +# Playwright test artifacts +/test-results/ +/playwright-report/ +/playwright/.cache/ + +# Visual testing artifacts +/tests/visual/screenshots/ +/tests/visual/diffs/ +/tests/visual/actual/