-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitattributes
54 lines (51 loc) · 916 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
# Set the default behavior, in case core.autocrlf is not set.
* text=auto
# Text files to always be normalized and converted to native line endings on checkout.
*.bat text
*.css text
*.csv text
*.html text
*.ini text
*.json text
*.md text
*.py text
*.sesx text
*.str text
*.txt text
*.wnd text
*.yaml text
LICENSE text
# Text files that will always have CRLF line endings on checkout. (Does not work properly. Do not use it.)
#*.bat text eol=crlf
# All files that are truly binary and should not be modified.
*.7z binary
*.ani binary
*.big binary
*.bik binary
*.blend binary
*.bmp binary
*.csf binary
*.dds binary
*.dll binary
*.exe binary
*.fft binary
*.gz binary
*.jpg binary
*.map binary
*.mp3 binary
*.ods binary
*.png binary
*.psd binary
*.pso binary
*.pyd binary
*.rar binary
*.scb binary
*.tar binary
*.tga binary
*.wak binary
*.w3d binary
*.wav binary
*.vso binary
*.xls binary
*.xlxs binary
*.zip binary