Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ dist
.aider*
.vercel
.agent
.agents
.agentsbun.lock

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Split concatenated ignore entry into separate patterns

The new .gitignore line ".agentsbun.lock" is a single literal pattern, so it no longer ignores either .agents or bun.lock individually. This regresses the previous behavior for .agents and also fails the commit’s stated goal of preventing accidental bun.lock commits, so local agent artifacts and lockfiles can now be tracked unintentionally.

Useful? React with 👍 / 👎.

Loading