We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0659b25 commit fa2d05dCopy full SHA for fa2d05d
.gitattributes
@@ -1,2 +1,8 @@
1
# Force provisioning script to use LF, even on Windows
2
* text eol=lf
3
+
4
+# Avoid binary files to be corrupted by CRLF conversion
5
+*.png binary
6
+*.gif binary
7
+*.jpg binary
8
+*.jpeg binary
0 commit comments