Skip to content

Commit 3d82507

Browse files
authored
Merge pull request #3081 from davidfischer/line-endings-binary
Document binary files for no line ending changes
2 parents 625e145 + da82a9a commit 3d82507

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.gitattributes

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
* text eol=lf
1+
# Document global line endings settings
2+
# https://help.github.com/articles/dealing-with-line-endings/
3+
* text eol=lf
4+
5+
6+
# Denote all files that are truly binary and should not be modified.
7+
*.ai binary
8+
*.jpg binary
9+
*.otf binary
10+
*.png binary
11+
*.ttf binary
12+
*.whl binary
13+
*.woff binary

0 commit comments

Comments
 (0)