forked from ritterim/fluentmigrator-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
41 lines (38 loc) · 906 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
* text=auto
*.bat text=auto eol=crlf
*.cmd text=auto eol=crlf
*.config text=auto
*.cs text=auto diff=csharp
*.cshtml text=auto
*.css text=auto
*.htm text=auto
*.html text=auto
*.js text=auto
*.msbuild text=auto
*.nuspec text=auto
*.resx text=auto
*.props text=auto
*.ps text=auto eol=crlf
*.psm1 text=auto eol=crlf
*.pubxml text=auto
*.ruleset text=auto
*.StyleCop text=auto
*.sql text=auto
*.svg text=auto
*.txt text=auto
*.xml text=auto
*.targets text=auto
*.proj text=auto merge=union
*.csproj text=auto merge=union
*.vbproj text=auto merge=union
*.fsproj text=auto merge=union
*.dbproj text=auto merge=union
*.sln text=auto merge=union eol=crlf
*.jpg binary
*.png binary
*.gif binary
*.ico binary
*.otf binary
*.eot binary
*.ttf binary
*.woff binary