forked from ravendb/ravendb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
59 lines (54 loc) · 1.26 KB
/
.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
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs text diff=csharp eol=crlf
*.sln text merge=union eol=crlf
*.csproj text merge=union eol=crlf
*.vbproj text merge=union
*.fsproj text merge=union
*.dbproj text merge=union
*.ascx text eol=crlf
*.xaml text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
*.coffee text eol=crlf
*.config text eol=crlf
*.css text eol=crlf
*.nuspec text eol=crlf
*.scss text eol=crlf
*.cshtml text eol=crlf
*.htm text eol=crlf
*.html text eol=crlf
*.js text eol=crlf
*.ts text eol=crlf
*.msbuild text eol=crlf
*.resx text merge=union
*.ruleset text
*.Stylecop text
*.targets text eol=crlf
*.tt text
*.txt text eol=crlf
*.vb text eol=crlf
*.vbhtml text eol=crlf
*.xml text eol=crlf
*.xunit text eol=crlf
*.java text eol=lf
*.sh text eol=lf
*.bmp binary
*.gif binary
*.ico binary
*.jpg binary
*.png binary
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.java text eol=lf
* -crlf