Ignore artefacts for Node.js and visual testing.

This commit is contained in:
Markus Graf
2025-10-27 14:20:42 +01:00
parent b8f69f2fa6
commit fffab05fc7
+14
View File
@@ -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/