Skip to content

Commit d8912da

Browse files
runningcodeclaude
andauthored
chore: Add missing binary types to .gitattributes (#5420)
Mark *.bin, *.zip, *.jar, and *.gpg as binary to prevent line-ending conversions and diff noise. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1f987ea commit d8912da

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
*.jpg binary
44
*.pb binary
55
*.gz binary
6+
*.bin binary
7+
*.zip binary
8+
*.jar binary
9+
*.gpg binary
610

711
# These are explicitly windows files and should use crlf
812
*.bat text eol=crlf

0 commit comments

Comments
 (0)