We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41eface commit cf6447aCopy full SHA for cf6447a
.gitattributes
@@ -1,2 +1,7 @@
1
# Set the default behavior, in case people don't have core.autocrlf set.
2
* text=auto eol=lf
3
+
4
+# Older git versions try to fix line endings on images, this prevents it.
5
+*.png binary
6
+*.jpg binary
7
+*.ico binary
0 commit comments