Skip to content

Commit b07d075

Browse files
author
Foxlet
committed
Allow images as Binary for UserDocs
Files kept breaking inside the repo, this should fix it.
1 parent 456a16e commit b07d075

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
# mmdb files are binary
55
*.mmdb binary
66

7-
7+
# PNGs are also binary (it broke the docs)
8+
*.png binary

0 commit comments

Comments
 (0)