-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitattributes
61 lines (51 loc) · 967 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
61
*.java text eol=lf
*.xml text eol=lf
*.pom text eol=lf
*.apt text eol=lf
*.xdoc text eol=lf
*.fml text eol=lf
*.txt text eol=lf
*.csv text eol=lf
*.log text eol=lf
*.properties text eol=lf
*.cfg text eol=lf
*.sql text eol=lf
*.xsd text eol=lf
*.xjb text eol=lf
*.wsdl text eol=lf
*.xmi text eol=lf
*.xsl text eol=lf
*.xslt text eol=lf
*.svg text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.shtml text eol=lf
*.jsp text eol=lf
*.css text eol=lf
*.js text eol=lf
*.sh text eol=lf
*.bat text eol=crlf
*.jpg binary
*.jpeg binary
*.png binary
*.gif binary
*.ico binary
*.class binary
*.jar binary
*.war binary
*.ear binary
*.zip binary
*.tar binary
*.gz binary
*.doc binary
*.docx binary
*.xls binary
*.xlsx binary
*.ppt binary
*.pptx binary
*.pdf binary
*.ps binary
*.eap binary
*.eot binary
*.ttf binary
*.woff binary