Skip to content

Commit d1257a2

Browse files
committed
gitattributes: video files
1 parent 62670a1 commit d1257a2

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.gitattributes

+12-6
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,19 @@
2222
*.mp3 binary
2323
*.ogg binary
2424

25+
# Video files
26+
*.mp4 binary
27+
*.mov binary
28+
*.wmv binary
29+
*.avi binary
30+
*.flv binary
31+
*.mkv binary
32+
*.webm binary
33+
2534
# Other binary files
2635
*.pdf binary
2736
*.xls binary
2837
*.xlsx binary
29-
30-
# GitHub syntax highlighting
31-
############################
32-
33-
# To prevent GitHub to presume those timefold-solver-examples/data files are Objective-C++ code.
34-
*.mm linguist-language=Text
38+
*.odp binary
39+
*.zip binary
40+
*.jar binary

0 commit comments

Comments
 (0)