Skip to content

Commit d2f3d80

Browse files
authored
Update .gitattributes to include jQuery files (dotnet#20537)
Addresses dotnet#20406
1 parent b583d44 commit d2f3d80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,9 @@ gradlew eol=lf
7171
#*.PDF diff=astextplain
7272
#*.rtf diff=astextplain
7373
#*.RTF diff=astextplain
74+
75+
###############################################################################
76+
# Make sure jQuery files always have LF as line endings (to pass SRI checks)
77+
###############################################################################
78+
jquery*.js eol=lf
79+
jquery*.map eol=lf

0 commit comments

Comments
 (0)