-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitattributes
57 lines (53 loc) · 1001 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
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text eol=lf files you want to always be normalized and converted
# to native line endings on checkout.
*.MF eol=lf
*.css eol=lf
*.html eol=lf
*.iml eol=lf
*.java eol=lf
*.js eol=lf
*.jshintrc eol=lf
*.json eol=lf
*.jsonp eol=lf
*.jsp eol=lf
*.jspf eol=lf
*.less eol=lf
*.md eol=lf
.name eol=lf
*.php eol=lf
*.properties eol=lf
*.txt eol=lf
*.xhtml eol=lf
*.xml eol=lf
*.xsl eol=lf
# Declare files that will always have CRLF line endings on checkout.
# Denote all files that are truly binary and should not be modified.
*.asc binary
*.bz2 binary
*.csv binary
*.dat binary
*.eot binary
*.exec binary
*.file binary
*.gif binary
*.ico binary
*.idx binary
*.info binary
*.jar binary
*.jpg binary
*.map binary
*.mgnl_activation binary
*.pdf binary
*.PNG binary
*.png binary
*.psd binary
*.state binary
*.svg binary
*.swp binary
*.tld binary
*.ttf binary
*.woff binary
*.xlsx binary
*.zip binary