summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-10 15:46:54 -0500
committerseth <[email protected]>2023-01-10 15:47:27 -0500
commit41c751ffd03ff69fe81fede4bc970f5cb2a188e2 (patch)
tree79e43ad2bddbebd9d5a4bd5f41814272f2aa8062 /.gitattributes
parentfe4a7ce2ee7b7ca82b93db1b84774da4e7fa9e28 (diff)
fix: upload remaining images correctly
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index 3e7ee80..db727a0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,4 @@
* text eol=lf
-*.png -text
-*.jpeg -text
-*.gif -text
+*.png binary
+*.jpeg binary
+*.gif binary