Update .gitattributes to include jQuery files (#20537)

Addresses #20406
This commit is contained in:
Christian Wenz 2020-06-17 15:17:29 +02:00 committed by GitHub
parent b583d44a22
commit d2f3d80c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
.gitattributes vendored
View File

@ -71,3 +71,9 @@ gradlew eol=lf
#*.PDF diff=astextplain #*.PDF diff=astextplain
#*.rtf diff=astextplain #*.rtf 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