Skip to content

Commit 58df700

Browse files
committed
Add more file extensions
1 parent cffd166 commit 58df700

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitattributes

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@
55
# to native line endings on checkout.
66
*.ts text eol=lf
77
*.js text eol=lf
8+
*.cjs text eol=lf
9+
*.mjs text eol=lf
810
*.json text eol=lf
11+
*.html text eol=lf
12+
*.md text eol=lf
13+
*.hbs text eol=lf
914

1015
# Declare files that will always have CRLF line endings on checkout.
1116
# *.sln text eol=crlf
1217

1318
# Denote all files that are truly binary and should not be modified.
1419
*.png binary
1520
*.jpg binary
16-
*.gif binary
21+
*.gif binary

0 commit comments

Comments
 (0)