Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHao Kung <HaoK@users.noreply.github.com>2021-09-03 06:01:49 +0300
committerGitHub <noreply@github.com>2021-09-03 06:01:49 +0300
commita46272f02800d65b86cb1da3b8fc802c37b80785 (patch)
treea3c3039033da365eaab48555668a61291580409e /.gitattributes
parent5e1244e4b92db093c0c16c3a562d38225d3b1dc9 (diff)
Update .gitattributes (#36115)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 83d07eb8f2..90bf30e813 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -77,3 +77,10 @@ gradlew eol=lf
###############################################################################
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