File tree 2 files changed +95
-0
lines changed
2 files changed +95
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Force this repository to use Windows line endings
2
+ * text =crlf
3
+
4
+ # Custom for Visual Studio
5
+ * .ascx text
6
+ * .cmd text
7
+ * .coffee text
8
+ * .config text
9
+ * .cs text diff =csharp
10
+ * .csproj text merge =union
11
+ * .css text
12
+ * .cshtml text
13
+ * .htm text
14
+ * .html text
15
+ * .js text
16
+ * .msbuild text
17
+ * .resx text merge =union
18
+ * .ruleset text
19
+ * .Stylecop text
20
+ * .targets text
21
+ * .tt text
22
+ * .txt text
23
+ * .vb text
24
+ * .vbhtml text
25
+ * .vbproj text merge =union
26
+ * .xml text
27
+ * .xunit text
28
+ * .sln text eol =crlf merge =union
29
+
30
+ # STANDARD TO MSYSGIT
31
+ * .DOC DIFF =ASTEXTPLAIN
32
+ * .DOC DIFF =ASTEXTPLAIN
33
+ * .DOCX DIFF =ASTEXTPLAIN
34
+ * .DOCX DIFF =ASTEXTPLAIN
35
+ * .XLS binary
36
+ * .XLS binary
37
+ * .XLSX binary
38
+ * .XLSX binary
39
+ * .PPT binary
40
+ * .PPTX binary
41
+ * .DOT DIFF =ASTEXTPLAIN
42
+ * .DOT DIFF =ASTEXTPLAIN
43
+ * .PDF DIFF =ASTEXTPLAIN
44
+ * .PDF DIFF =ASTEXTPLAIN
45
+ * .RTF DIFF =ASTEXTPLAIN
46
+ * .RTF DIFF =ASTEXTPLAIN
47
+
48
+ * .JPG BINARY
49
+ * .PNG BINARY
50
+ * .GIF BINARY
51
+ * .ICO BINARY
52
+ * .BMP BINARY
53
+ * .MDF BINARY
54
+ * .LDF BINARY
55
+
56
+ # T-SQL files
57
+ * .sql eol =crlf merge =union
58
+
59
+ # prevent unwanted files from bloating the zip distribution package
60
+ BlitzBuilder / export-ignore
61
+ sp_AskBrent / export-ignore
62
+ sp_Blitz / export-ignore
63
+ sp_BlitzIndex / export-ignore
Original file line number Diff line number Diff line change 1
1
# # Ignore Visual Studio temporary files, build results, and
2
2
# # files generated by popular Visual Studio add-ons.
3
+ .DS_Store
3
4
4
5
# User-specific files
5
6
* .suo
6
7
* .user
7
8
* .sln.docstates
9
+ bin
10
+ Bin
11
+ BIN
12
+ obj
13
+ Obj
14
+ OBJ
15
+ debug
16
+ Debug
17
+ DEBUG
18
+ release
19
+ Release
20
+ RELEASE
8
21
9
22
# Build results
10
23
[Dd ]ebug /
@@ -34,6 +47,8 @@ dlldata.c
34
47
* _i.h
35
48
* .ilk
36
49
* .meta
50
+ * .orig
51
+ * .ncb
37
52
* .obj
38
53
* .pch
39
54
* .pdb
@@ -50,6 +65,13 @@ dlldata.c
50
65
* .vspscc
51
66
* .vssscc
52
67
.builds
68
+ * .suo
69
+ * .user
70
+ * .swp
71
+ * . * ~
72
+ _Re *
73
+ \. DS_Store
74
+ * .userprefs
53
75
* .pidb
54
76
* .svclog
55
77
* .scc
@@ -88,19 +110,28 @@ _ReSharper*/
88
110
_TeamCity *
89
111
90
112
# DotCover is a Code Coverage Tool
113
+ * .zip
114
+ test-results /*
91
115
* .dotCover
116
+ * .nupkg
117
+ test-results
92
118
93
119
# NCrunch
94
120
* .ncrunch *
121
+ * .ncrunchproject
122
+ * .ncrunchsolution
95
123
_NCrunch_ *
96
124
. * crunch * .local.xml
97
125
98
126
# MightyMoose
99
127
* .mm. *
100
128
AutoTest.Net /
129
+ output.rtf
101
130
102
131
# Web workbench (sass)
103
132
.sass-cache /
133
+ * .zip
134
+ ~ * . *
104
135
105
136
# Installshield output folder
106
137
[Ee ]xpress /
@@ -172,3 +203,4 @@ UpgradeLog*.htm
172
203
173
204
# Microsoft Fakes
174
205
FakesAssemblies /
206
+ Thumbs.db
You can’t perform that action at this time.
0 commit comments