1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-21 23:33:18 +00:00

core: add more binary formats in .gitattributes (#7670)

This commit is contained in:
Diego Heras 2020-03-15 18:23:28 +01:00 committed by GitHub
parent 7b0adc7e45
commit 318b3667ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.gitattributes vendored
View file

@ -2,13 +2,12 @@
* text=auto
* text eol=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
# Declare files that will always have LF line endings on checkout.
# Declare files that will always have CRLF line endings on checkout.
# Denote all files that are truly binary and should not be modified.
*.png binary
*.eot binary
*.ico binary
*.jpg binary
*.otf binary
*.png binary
*.ttf binary
*.woff binary
*.woff2 binary