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 a25a5d6 commit f38305dCopy full SHA for f38305d
.gitattributes
@@ -4,3 +4,13 @@
4
# prevents git from converting LF to CRLF, which causes issues
5
# when assembling example pages on Windows
6
data/examples/**/*.js eol=lf
7
+
8
+# Denote all files that are truly binary and should not be modified.
9
+*.png binary
10
+*.jpg binary
11
+*.jpeg binary
12
+*.mov binary
13
+*.mp3 binary
14
+*.mp4 binary
15
+*.gif binary
16
+*.webm binary
0 commit comments