subresource integrity and autocrlf in git
作者:互联网
https://github.com/dotnet/aspnetcore/pull/20356
https://github.com/dotnet/aspnetcore/blob/main/.gitattributes
https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes
https://github.com/dotnet/aspnetcore/pull/36115
https://github.com/dotnet/aspnetcore/pull/20537
###############################################################################
# Make sure jQuery files always have LF as line endings (to pass SRI checks)
###############################################################################
jquery*.js eol=lf
jquery*.map eol=lf
###############################################################################
# Make sure bootstrap files always have LF as line endings (to pass SRI checks)
###############################################################################
bootstrap*.js eol=lf
bootstrap*.map eol=lf bootstrap*.css eol=lf
标签:lf,git,com,aspnetcore,autocrlf,github,https,dotnet,integrity 来源: https://www.cnblogs.com/chucklu/p/15319483.html