Skip to content

Commit b10e88a

Browse files
committed
Update .gitattributes
1 parent f6adac7 commit b10e88a

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.gitattributes

+6-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1-
* text=auto
1+
* text=auto eol=lf
22

3-
* .md text eol=lf
4-
* .html text eol=lf
5-
* .css text eol=lf
6-
* .js text eol=lf
7-
* .yml text eol=lf
8-
* .xml text eol=lf
3+
*.{cmd,[cC][mM][dD]} text eol=crlf
4+
*.{bat,[bB][aA][tT]} text eol=crlf
95

10-
* .bat text eol=crlf
11-
12-
* .sh text eol=lf
13-
14-
* .png binary
15-
* .jpg binary
16-
* .gif binary
6+
*.png binary
7+
*.jpg binary
8+
*.gif binary
179

1810
_site/* -text -diff -merge

0 commit comments

Comments
 (0)