mirror of
https://github.com/ollama/ollama.git
synced 2025-04-03 09:29:49 +02:00
Set *.png and *.ico to be treated as binary files.
The change b732beba6 makes all files text files and sets lf as eol. This will automatically change all files to have lf if they are touched by git (e.g. via git status). This change cannot be stashed and makes it hard to work with the repo (rebase and checkout don't really work). See also #6183. Here, we set the offending files (*.png and *.ico, but that might be more in the future) to be treated as binary files and not be changed by git.
This commit is contained in:
parent
de4fc29773
commit
ce67706037
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1,2 +1,4 @@
|
||||
llm/ext_server/* linguist-vendored
|
||||
* text eol=lf
|
||||
*.png binary
|
||||
*.ico binary
|
||||
|
Loading…
x
Reference in New Issue
Block a user