feat: Plus und Minus Icons
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -36,17 +36,22 @@ docs.zip
|
||||
/__mocks__/
|
||||
/__tests__/
|
||||
|
||||
# --- Playwright artifacts & selective test tracking ---
|
||||
# --- Playwright artifacts & test selection ---
|
||||
# Ignore Playwright output folders and run metadata
|
||||
/test-results/
|
||||
/playwright-report/
|
||||
/.last-run.json
|
||||
# Optional: ignore JUnit report artifacts if not needed in VCS
|
||||
# Ignore any Playwright traces/screenshots/videos if configured elsewhere
|
||||
/traces/
|
||||
/screenshots/
|
||||
/videos/
|
||||
# Ignore JUnit report artifacts (not used currently)
|
||||
/reports/junit/
|
||||
|
||||
# Ignore all Playwright tests by default, keep only the main spec
|
||||
# Track only spec files under playwright/tests; ignore everything else
|
||||
/playwright/tests/**
|
||||
!/playwright/tests/mapcomponent.spec.js
|
||||
!/playwright/tests/**/*.spec.js
|
||||
!/playwright/tests/**/*.spec.ts
|
||||
|
||||
# Ignore Playwright cache if present
|
||||
/playwright/.cache/
|
||||
|
||||
Reference in New Issue
Block a user