Update .gitattributes (#10285)

pull/10287/head
Rick Anderson 2019-01-08 16:50:53 -10:00 committed by GitHub
parent e4731a0bcd
commit d437320f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 3 deletions

14
.gitattributes vendored
View File

@ -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
############################################################################### ###############################################################################