Skip to content

chore: ignore Playwright CLI artifacts#672

Merged
everpcpc merged 1 commit intomainfrom
codex/chore-ignore-playwright-cli-artifacts
Mar 18, 2026
Merged

chore: ignore Playwright CLI artifacts#672
everpcpc merged 1 commit intomainfrom
codex/chore-ignore-playwright-cli-artifacts

Conversation

@everpcpc
Copy link
Copy Markdown
Owner

Problem

Local browser automation runs create a .playwright-cli/ workspace that should stay out of version control. The current diff also includes a few detail-view call sites whose formatting no longer matches the preferred multiline style.

Approach

Ignore the Playwright CLI workspace at the repo root and normalize the affected CollapsibleChipSection closures so the working tree stays clean and future formatter runs do not keep revisiting the same lines.

Scope

  • add .playwright-cli/ to .gitignore
  • reflow CollapsibleChipSection calls in book, one-shot, and series detail views

Validation

  • git diff --check

Add the local Playwright CLI workspace to .gitignore so browser automation state does not leak into commits.

Also reflow a few CollapsibleChipSection call sites in detail views to keep the current formatting consistent and avoid follow-up noise.
@everpcpc everpcpc merged commit 7432228 into main Mar 18, 2026
3 checks passed
@everpcpc everpcpc deleted the codex/chore-ignore-playwright-cli-artifacts branch March 18, 2026 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant