Skip to content

Commit d963442

Browse files
authored
Update .gitattributes (#30934)
This requires git >= 2.10 but it was released almost 4 years ago.
1 parent 3d8d001 commit d963442

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.gitattributes

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
# Enforce Unix newlines
2-
*.css text eol=lf
3-
*.html text eol=lf
4-
*.js text eol=lf
5-
*.json text eol=lf
6-
*.md text eol=lf
7-
*.scss text eol=lf
8-
*.sh text eol=lf
9-
*.svg text eol=lf
10-
*.txt text eol=lf
11-
*.xml text eol=lf
12-
*.yml text eol=lf
2+
* text=auto eol=lf
133

144
# Don't diff or textually merge source maps
15-
*.map binary
5+
*.map binary
166

177
bootstrap.css linguist-vendored=false
188
bootstrap.js linguist-vendored=false

0 commit comments

Comments
 (0)