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 e2339a6 commit c68b74bCopy full SHA for c68b74b
.gitattributes
@@ -1,4 +1,24 @@
1
# Auto detect text files and perform LF normalization
2
* text eol=lf
3
*.py eol=lf
4
-*.ipynb eol=lf
+*.ipynb eol=lf
5
+
6
+*.png binary
7
+*.jpg binary
8
+*.jpeg binary
9
+*.gif binary
10
+*.ico binary
11
+*.mov binary
12
+*.mp4 binary
13
+*.mp3 binary
14
+*.flv binary
15
+*.fla binary
16
+*.swf binary
17
+*.gz binary
18
+*.zip binary
19
+*.7z binary
20
+*.ttf binary
21
+*.eot binary
22
+*.woff binary
23
+*.pyc binary
24
+*.pdf binary
0 commit comments