Ignore artefacts for Node.js and visual testing.
This commit is contained in:
+14
@@ -17,3 +17,17 @@ Thumbs.db
|
|||||||
# Temporary files
|
# Temporary files
|
||||||
*.tmp
|
*.tmp
|
||||||
*.log
|
*.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/
|
||||||
|
|||||||
Reference in New Issue
Block a user