Browse Source

Merge pull request #6235 from Nicholas42/fix_line_endings

Set *.png and *.ico to be treated as binary files.
Michael Yang 8 months ago
parent
commit
97fae2df95
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitattributes

+ 2 - 1
.gitattributes

@@ -1,2 +1,3 @@
 llm/ext_server/* linguist-vendored
-* text eol=lf
+* text=auto
+*.go text eol=lf