Fix gitattibutes for old git versions
This commit is contained in:
parent
0ce0fedb67
commit
b1de9d4b64
1 changed files with 3 additions and 3 deletions
6
.gitattributes
vendored
6
.gitattributes
vendored
|
@ -7,11 +7,11 @@
|
||||||
*.fixed linguist-language=Rust
|
*.fixed linguist-language=Rust
|
||||||
*.mir linguist-language=Rust
|
*.mir linguist-language=Rust
|
||||||
src/etc/installer/gfx/* binary
|
src/etc/installer/gfx/* binary
|
||||||
*.woff binary
|
|
||||||
*.woff2 binary
|
|
||||||
src/vendor/** -text
|
src/vendor/** -text
|
||||||
Cargo.lock linguist-generated=false
|
Cargo.lock linguist-generated=false
|
||||||
|
|
||||||
# Older git versions try to fix line endings on images, this prevents it.
|
# Older git versions try to fix line endings on images and fonts, this prevents it.
|
||||||
*.png binary
|
*.png binary
|
||||||
*.ico binary
|
*.ico binary
|
||||||
|
*.woff binary
|
||||||
|
*.woff2 binary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue