Skip to content

Commit 7d05482

Browse files
authored
docs(stryker-logo): Fix broken stryker logo (#206)
Stryker logo was broken after a push. Had to do with line endlings in .gitattributes file. It should be fixed now (marked *.png as binary file)
1 parent 4ce1d16 commit 7d05482

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
* text eol=lf
2+
3+
# Denote all files that are truly binary and should not be modified.
4+
*.png binary

stryker-80x80.png

2 Bytes
Loading

0 commit comments

Comments
 (0)