summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-10 00:04:15 -0500
committerseth <[email protected]>2023-01-10 00:04:15 -0500
commit3814d6f30e0fe1c39285f5071dfdb6798c5c7c57 (patch)
tree4a86557ab22ba1ae283c56065453b197b73f3764 /.gitattributes
parent3a9907abed195065cacb74d6b567747e26d34bd9 (diff)
fix: ignore images in gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index fcadb2c..3e7ee80 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,4 @@
* text eol=lf
+*.png -text
+*.jpeg -text
+*.gif -text