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.
.gitattributes
1 parent c2bb6c1 commit 5741d4aCopy full SHA for 5741d4a
.gitattributes
@@ -0,0 +1,26 @@
1
+* text eol=lf
2
+
3
+#
4
+## These files are binary and should be left untouched
5
6
7
+# (binary is a macro for -text -diff)
8
+*.png binary
9
+*.jpg binary
10
+*.jpeg binary
11
+*.gif binary
12
+*.ico binary
13
+*.mov binary
14
+*.mp4 binary
15
+*.mp3 binary
16
+*.flv binary
17
+*.fla binary
18
+*.swf binary
19
+*.gz binary
20
+*.zip binary
21
+*.7z binary
22
+*.ttf binary
23
+*.eot binary
24
+*.woff binary
25
+*.pyc binary
26
+*.pdf binary
0 commit comments