Skip to content

Commit 07aac4f

Browse files
committed
Update line ending configuration
1 parent b33aee9 commit 07aac4f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.gitattributes

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,21 @@
2323
# Automatically normalize the line endings of any committed text files:
2424
* text=auto
2525

26-
# Override line endings for certain files:
26+
# Override line endings for certain files on checkout:
2727
*.crlf.csv text eol=crlf
2828

29+
# Denote that certain files are binary and should not be modified:
2930
*.png binary
3031
*.jpg binary
32+
*.jpeg binary
33+
*.gif binary
34+
*.ico binary
35+
*.gz binary
36+
*.zip binary
37+
*.7z binary
38+
*.mp3 binary
39+
*.mp4 binary
40+
*.mov binary
3141

3242
# Override what is considered "vendored" by GitHub's linguist:
3343
/deps/** linguist-vendored=false

0 commit comments

Comments
 (0)