forked from BrentOzarULTD/SQL-Server-First-Responder-Kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
68 lines (62 loc) · 1.2 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
65
66
67
68
# Force this repository to use Windows line endings
* text=auto
# Custom for Visual Studio
*.ascx text
*.cmd text
*.coffee text
*.config text
*.cs text diff=csharp
*.csproj text merge=union
*.css text
*.cshtml text
*.htm text
*.html text
*.js text
*.msbuild text
*.resx text merge=union
*.ruleset text
*.Stylecop text
*.targets text
*.tt text
*.txt text
*.vb text
*.vbhtml text
*.vbproj text merge=union
*.xml text
*.xunit text
*.sln text eol=crlf merge=union
# STANDARD TO MSYSGIT
*.DOC DIFF=ASTEXTPLAIN
*.DOC DIFF=ASTEXTPLAIN
*.DOCX DIFF=ASTEXTPLAIN
*.DOCX DIFF=ASTEXTPLAIN
*.XLS binary
*.XLS binary
*.XLSX binary
*.XLSX binary
*.PPT binary
*.PPTX binary
*.DOT DIFF=ASTEXTPLAIN
*.DOT DIFF=ASTEXTPLAIN
*.PDF DIFF=ASTEXTPLAIN
*.PDF DIFF=ASTEXTPLAIN
*.RTF DIFF=ASTEXTPLAIN
*.RTF DIFF=ASTEXTPLAIN
*.JPG BINARY
*.PNG BINARY
*.GIF BINARY
*.ICO BINARY
*.BMP BINARY
*.MDF BINARY
*.LDF BINARY
# T-SQL files
*.sql eol=crlf merge=union
# prevent unwanted files from bloating the zip distribution package
BlitzBuilder/ export-ignore
sp_AskBrent/ export-ignore
sp_Blitz/ export-ignore
sp_BlitzIndex/ export-ignore
# linguist overrides
*.sql linguist-language=TSQL
*.R linguist-language=R
*.ps1 linguist-language=Powershell