-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
59 lines (56 loc) · 932 Bytes
/
.gitattributes
File metadata and controls
59 lines (56 loc) · 932 Bytes
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
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf
# Force the following filetypes to have unix eols, so Windows does not break them
*.* text eol=lf
*.bat text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.7z binary
*.bak binary
*.bz2 binary
*.cache binary
*.deb binary
*.dll binary
*.doc* binary
*.dump binary
*.eot binary
*.exe binary
*.ez binary
*.fla binary
*.flv binary
*.gif binary
*.gz binary
*.ico binary
*.jar binary
*.jpeg binary
*.jpg binary
*.m4a binary
*.mov binary
*.mp3 binary
*.mp4 binary
*.odb binary
*.odg binary
*.odm binary
*.odp binary
*.ods binary
*.odt binary
*.otf binary
*.otg binary
*.otp binary
*.ots binary
*.ott binary
*.pdb binary
*.pdf binary
*.png binary
*.po binary
*.ppt* binary
*.pyc binary
*.rpm binary
*.so binary
*.swf binary
*.swp binary
*.ttf binary
*.wav binary
*.webp binary
*.woff* binary
*.xls* binary
*.zip binary