forked from mahara/Castle.Facilities.NHibernateIntegration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
67 lines (60 loc) · 1.53 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
60
61
62
63
64
# Auto detect text files and perform LF normalization
* text=auto
# Files that will always have CRLF line endings on checkout.
*.targets text eol=crlf
*.props text eol=crlf
*.sln text eol=crlf
*.csproj text eol=crlf
*.proj text eol=crlf
*.config text eol=crlf
*.json text eol=crlf
*.cs text eol=crlf
*.xml text eol=crlf
*.xaml text eol=crlf
*.html text eol=crlf
*.js text eol=crlf
*.map text eol=crlf
*.css text eol=crlf
*.less text eol=crlf
*.resx text eol=crlf
*.manifest text eol=crlf
*.cpp text eol=crlf
*.c text eol=crlf
*.h text eol=crlf
SOURCES text eol=crlf
MAKEFILE text eol=crlf
*.txt text eol=crlf
# Binary files that should not be modified.
*.exe binary
*.dll binary
*.pdb binary
*.xap binary
*.snk binary
*.png binary
*.ico binary
*.jpg binary
*.jpeg binary
*.gif binary
*.bmp binary
*.cur binary
*.sys binary
*.chm binary
# Custom for Visual Studio
*.cs diff=csharp
*.js diff=astextplain
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
# 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