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/