.worktrees/ showed as untracked in main's status, so a worktree checkout could be committed into the repository by an ordinary 'git add -A'. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
32 lines
751 B
Plaintext
32 lines
751 B
Plaintext
node_modules/
|
|
dist/
|
|
.vite/
|
|
.generated/
|
|
.tmp/
|
|
playwright-report/
|
|
test-results/
|
|
coverage/
|
|
.worktrees/
|
|
!tests/fixtures/coverage/
|
|
!tests/fixtures/coverage/below-threshold.json
|
|
artifacts/**/*.json
|
|
artifacts/**/*.xml
|
|
artifacts/**/*.txt
|
|
artifacts/**/*.sarif
|
|
artifacts/tests/e2e/
|
|
artifacts/tests/browser-capabilities/
|
|
artifacts/storybook/
|
|
artifacts/tests/storybook/
|
|
artifacts/tests/visual/
|
|
!artifacts/**/.gitkeep
|
|
|
|
# Local environment overrides. `.env.example` is the tracked template; every
|
|
# other `.env*` file is a developer's own machine and never enters the repo.
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Git worktrees created inside the repository. A worktree is a checkout, not
|
|
# source: committing one would nest a second working copy inside this one.
|
|
.worktrees/
|