We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b172c3d commit 49ab206Copy full SHA for 49ab206
.gitattributes
@@ -1,3 +1,11 @@
1
# Auto detect text files and perform LF normalization
2
* text=auto
3
* text eol=lf
4
+
5
+# Binary files - treat as binary, no line ending conversion
6
+*.png binary
7
+*.jpg binary
8
+*.jpeg binary
9
+*.gif binary
10
+*.ico binary
11
+*.svg binary
0 commit comments