Skip to content

Commit d78fba9

Browse files
Add .gitattributes to mark lock files as generated
Mark `Cargo.lock`, `package-lock.json`, and `uv.lock` as generated to prevent them from cluttering GitHub PR diffs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 811d462 commit d78fba9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Cargo.lock linguist-generated=true
2+
package-lock.json linguist-generated=true
3+
uv.lock linguist-generated=true

0 commit comments

Comments
 (0)