Update .gitattributes (#10285)
parent
e4731a0bcd
commit
d437320f55
|
@ -3,6 +3,14 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
* text=auto
|
* text=auto
|
||||||
|
|
||||||
|
# Explicitly declare text files you want to always be normalized and converted
|
||||||
|
# to native line endings on checkout.
|
||||||
|
*.cs text
|
||||||
|
*.cshtml text
|
||||||
|
|
||||||
|
# Declare files that will always have CRLF line endings on checkout.
|
||||||
|
*.sln text eol=crlf
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Set default behavior for command prompt diff.
|
# Set default behavior for command prompt diff.
|
||||||
#
|
#
|
||||||
|
@ -40,9 +48,9 @@
|
||||||
#
|
#
|
||||||
# image files are treated as binary by default.
|
# image files are treated as binary by default.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#*.jpg binary
|
*.jpg binary
|
||||||
#*.png binary
|
*.png binary
|
||||||
#*.gif binary
|
*.gif binary
|
||||||
*.ico binary
|
*.ico binary
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
Loading…
Reference in New Issue