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 b33aee9 commit 07aac4fCopy full SHA for 07aac4f
1 file changed
.gitattributes
@@ -23,11 +23,21 @@
23
# Automatically normalize the line endings of any committed text files:
24
* text=auto
25
26
-# Override line endings for certain files:
+# Override line endings for certain files on checkout:
27
*.crlf.csv text eol=crlf
28
29
+# Denote that certain files are binary and should not be modified:
30
*.png binary
31
*.jpg binary
32
+*.jpeg binary
33
+*.gif binary
34
+*.ico binary
35
+*.gz binary
36
+*.zip binary
37
+*.7z binary
38
+*.mp3 binary
39
+*.mp4 binary
40
+*.mov binary
41
42
# Override what is considered "vendored" by GitHub's linguist:
43
/deps/** linguist-vendored=false
0 commit comments