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:
authorChristian Wenz <info@christianwenz.de>2020-06-17 16:17:29 +0300
committerGitHub <noreply@github.com>2020-06-17 16:17:29 +0300
commitd2f3d80c19d93e5d1cd0a12b3194478f7b81bca8 (patch)
treeb024ea1102da2bf59a3212e5c2e5ceef2df0882a /.gitattributes
parentb583d44a22c9d17c7aab1850b124530ab17453e3 (diff)
Update .gitattributes to include jQuery files (#20537)
Addresses #20406
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 3225eae5e0..83d07eb8f2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -71,3 +71,9 @@ gradlew eol=lf
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
+
+###############################################################################
+# Make sure jQuery files always have LF as line endings (to pass SRI checks)
+###############################################################################
+jquery*.js eol=lf
+jquery*.map eol=lf