This website requires JavaScript.
Explore
Help
Sign in
baalajimaestro
/
ollama
Watch
1
Star
0
Fork
You've already forked ollama
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
67472e0e89
ollama
/
.gitattributes
6 lines
89 B
Text
Raw
Normal View
History
Unescape
Escape
add `llm/ext_server` directory to `linguist-vendored` (#3173)
2024-03-16 00:46:46 +00:00
llm/ext_server/* linguist-vendored
lint
2024-08-01 21:52:15 +00:00
* text eol=lf
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.
2024-08-07 16:15:17 +00:00
*.png binary
*.ico binary
Also flag *.icns as binary
2024-08-09 11:41:20 +00:00
*.icns binary
Reference in a new issue
Copy permalink