-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitattributes
60 lines (51 loc) · 1009 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
* text=auto
*.bat text eol=crlf
*.sh text eol=lf
*.sln text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.* text eol=crlf
# image
*.gif binary
*.ico binary
*.jpg binary
*.png binary
*.svg binary
*.xcf binary
# audio
*.mp3 binary
*.ogg binary
*.wav binary
# video
*.mkv binary
*.mp4 binary
*.webm binary
# font
*.eot binary
*.otf binary
*.ttf binary
*.woff binary
*.woff2 binary
# model
*.blend binary
*.md3 binary
# document
*.docx binary
*.odp binary
*.ods binary
*.odt binary
*.pdf binary
*.pptx binary
*.xlsx binary
# archive
*.7z binary
*.gz binary
*.jar binary
*.zip binary
# executable
*.a binary
*.dll binary
*.elf binary
*.exe binary
*.lib binary
*.so binary
*.so.* binary