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:
parent
7b0adc7e45
commit
318b3667ff
1 changed files with 7 additions and 8 deletions
15
.gitattributes
vendored
15
.gitattributes
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue