mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-29 19:06:23 +02:00
Add .gitattributes to treat certain files as binary
This commit is contained in:
parent
ec220e6463
commit
65f85b2bdd
1 changed files with 4 additions and 0 deletions
4
.gitattributes
vendored
4
.gitattributes
vendored
|
|
@ -12,6 +12,10 @@
|
|||
*.jpg binary
|
||||
*.gif binary
|
||||
*.ico binary
|
||||
*.jpeg binary
|
||||
*.mp3 binary
|
||||
*.zip binary
|
||||
|
||||
|
||||
# Preserve original line endings for specific document files
|
||||
*.doc text eol=crlf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue