Skip to content
Merged
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: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ tests/fixtures/** linguist-vendored
.github/** linguist-vendored
lib/** linguist-vendored
src/lib/** linguist-vendored

Copilot AI Nov 26, 2025

Copy link

Choose a reason for hiding this comment

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

The path src/lib/** appears to be incorrect. Based on the repository structure, only src/lib.rs exists (a file, not a directory). This pattern will not match anything and serves no purpose. Consider removing this line or verifying if a src/lib/ directory is expected in the future.

Suggested change
src/lib/** linguist-vendored

Copilot uses AI. Check for mistakes.
scripts/** linguist-vendored
crates/** linguist-vendored
Loading