Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Commit 6ac0b2d

Browse files
committed
1 parent eda0cbe commit 6ac0b2d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitattributes

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Reference: https://help.github.com/articles/dealing-with-line-endings/
2+
3+
# enforce LF line endings
4+
* text eol=lf
5+
6+
# Denote all files that are truly binary and should not be modified.
7+
*.eot binary
8+
*.jar binary
9+
*.jpg binary
10+
*.otf binary
11+
*.png binary
12+
*.svg binary
13+
*.ttf binary
14+
*.woff binary
15+
*.woff2 binary

0 commit comments

Comments
 (0)