mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-08-15 11:53:16 +00:00
Ignore Claude Code agent worktrees under .claude/worktrees/
Untracked repo snapshots from agent sessions were making repo-root ruff check . fail on stale code and cluttering git status. ruff respects .gitignore, so ignoring the directory fixes both. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
b02a7972b5
commit
129d3f45e3
@@ -152,3 +152,7 @@ parsedmarc/resources/maps/domain_info.tsv
|
||||
coverage.json
|
||||
junit.xml
|
||||
dashboard-screenshots/
|
||||
|
||||
# Claude Code agent worktrees — untracked repo snapshots; ignoring them
|
||||
# keeps repo-root ruff runs and git status clean
|
||||
.claude/worktrees/
|
||||
|
||||
Reference in New Issue
Block a user