Skip to content

Commit 669777a

Browse files
authored
fix: gittributes to ignore image file endings (zarf-dev#3012)
Signed-off-by: Philip Laine <[email protected]>
1 parent 5ba17fd commit 669777a

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 +1,8 @@
11
* text eol=lf
2+
3+
*.png binary
4+
*.jpg binary
5+
*.gif binary
6+
*.zst binary
7+
*.tar binary
8+
*.part00* binary

0 commit comments

Comments
 (0)