We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70ddaf commit 71d4a41Copy full SHA for 71d4a41
.gitattributes
@@ -10,7 +10,9 @@
10
*.PNG binary
11
*.jpg binary
12
*.gif binary
13
-*.svg binary # This is a text file format but because we don't want to see text diff on a file which is basically an image.
+
14
+# This is a text file format but because we don't want to see text diff on a file which is basically an image.
15
+*.svg binary
16
*.SVG binary
17
18
# Source: https://medium.com/@mbrehin/git-advanced-diff-odt-pdf-doc-xls-ppt-25afbf4f1105
0 commit comments