Skip to content

Commit 78f37e0

Browse files
authored
chore(ci): add binary file types to .gitattributes (#5290)
Add binary file types to .gitattributes
1 parent 74848ae commit 78f37e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitattributes

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
* text=auto eol=lf
2+
*.gz binary
3+
*.png binary
4+
*.jpg binary
5+
*.gif binary
6+
*.exe binary
7+
*.ico binary
8+
*.icns binary
29
/packages/bson-transpilers/lib/**/* linguist-generated=true
310
packages/compass-crud/test/fixture-results/* linguist-generated=true

0 commit comments

Comments
 (0)