Skip to content

Commit 69851e6

Browse files
rix0rrrmergify[bot]
authored andcommitted
chore: update gitattributes to recognize common binary types (#893)
PNG files may cause working tree confusion without this change.
1 parent 7944e54 commit 69851e6

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.gitattributes

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,12 @@
33

44
# Currently, this repository has LF dependecnies in building and testing, with json, sh, and no extensions.
55
# Until this is fixed, it is best to just set the whole repository to be LF.
6-
* eol=lf
6+
* eol=lf
7+
8+
*.gif binary
9+
*.zip binary
10+
*.png binary
11+
*.jpg binary
12+
*.tgz binary
13+
*.tar.gz binary
14+

0 commit comments

Comments
 (0)