Fix with .gitattributes: Git on Linux tried to autoconvert line endings for fonts and png.
This commit is contained in:
parent
5ce05a79be
commit
b1d3b967b7
|
@ -2,3 +2,7 @@
|
||||||
|
|
||||||
* text=auto eol=lf
|
* text=auto eol=lf
|
||||||
*.rs rust
|
*.rs rust
|
||||||
|
*.woff -text
|
||||||
|
*.ttf -text
|
||||||
|
*.otf -text
|
||||||
|
*.png -text
|
||||||
|
|
Loading…
Reference in New Issue