1
+ # # ------- PROJECT SPECIFIC -------
2
+
3
+
4
+ # ignore merge conflict backups
5
+ * .orig
6
+
7
+
8
+
9
+
10
+ # # ------- VISUAL STUDIO TEMPLATE -------
11
+
12
+ # # Ignore Visual Studio temporary files, build results, and
13
+ # # files generated by popular Visual Studio add-ons.
14
+ # #
15
+ # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
16
+
17
+ # User-specific files
18
+ * .suo
19
+ * .user
20
+ * .userosscache
21
+ * .sln.docstates
22
+
23
+ # User-specific files (MonoDevelop/Xamarin Studio)
24
+ * .userprefs
25
+
26
+ # Build results
27
+ [Dd ]ebug /
28
+ [Dd ]ebugPublic /
29
+ [Rr ]elease /
30
+ [Rr ]eleases /
31
+ x64 /
32
+ x86 /
33
+ bld /
34
+ [Bb ]in /
35
+ [Oo ]bj /
36
+ [Ll ]og /
37
+
38
+ # Visual Studio 2015/2017 cache/options directory
39
+ .vs /
40
+ # Uncomment if you have tasks that create the project's static files in wwwroot
41
+ # wwwroot/
42
+
43
+ # Visual Studio 2017 auto generated files
44
+ Generated \ Files /
45
+
46
+ # MSTest test Results
47
+ [Tt ]est [Rr ]esult * /
48
+ [Bb ]uild [Ll ]og. *
49
+
50
+ # NUNIT
51
+ * .VisualState.xml
52
+ TestResult.xml
53
+
54
+ # Build Results of an ATL Project
55
+ [Dd ]ebugPS /
56
+ [Rr ]eleasePS /
57
+ dlldata.c
58
+
59
+ # Benchmark Results
60
+ BenchmarkDotNet.Artifacts /
61
+
62
+ # .NET Core
63
+ project.lock.json
64
+ project.fragment.lock.json
65
+ artifacts /
66
+
67
+ # StyleCop
68
+ StyleCopReport.xml
69
+
70
+ # Files built by Visual Studio
71
+ * _i.c
72
+ * _p.c
73
+ * _i.h
74
+ * .ilk
75
+ * .meta
76
+ * .obj
77
+ * .iobj
78
+ * .pch
79
+ * .pdb
80
+ * .ipdb
81
+ * .pgc
82
+ * .pgd
83
+ * .rsp
84
+ * .sbr
85
+ * .tlb
86
+ * .tli
87
+ * .tlh
88
+ * .tmp
89
+ * .tmp_proj
90
+ * .log
91
+ * .vspscc
92
+ * .vssscc
93
+ .builds
94
+ * .pidb
95
+ * .svclog
96
+ * .scc
97
+
98
+ # Chutzpah Test files
99
+ _Chutzpah *
100
+
101
+ # Visual C++ cache files
102
+ ipch /
103
+ * .aps
104
+ * .ncb
105
+ * .opendb
106
+ * .opensdf
107
+ * .sdf
108
+ * .cachefile
109
+ * .VC.db
110
+ * .VC.VC.opendb
111
+
112
+ # Visual Studio profiler
113
+ * .psess
114
+ * .vsp
115
+ * .vspx
116
+ * .sap
117
+
118
+ # Visual Studio Trace Files
119
+ * .e2e
120
+
121
+ # TFS 2012 Local Workspace
122
+ $tf /
123
+
124
+ # Guidance Automation Toolkit
125
+ * .gpState
126
+
127
+ # ReSharper is a .NET coding add-in
128
+ _ReSharper * /
129
+ * . [Rr ]e [Ss ]harper
130
+ * .DotSettings.user
131
+
132
+ # JustCode is a .NET coding add-in
133
+ .JustCode
134
+
135
+ # TeamCity is a build add-in
136
+ _TeamCity *
137
+
138
+ # DotCover is a Code Coverage Tool
139
+ * .dotCover
140
+
141
+ # AxoCover is a Code Coverage Tool
142
+ .axoCover /*
143
+ ! .axoCover /settings.json
144
+
145
+ # Visual Studio code coverage results
146
+ * .coverage
147
+ * .coveragexml
148
+
149
+ # NCrunch
150
+ _NCrunch_ *
151
+ . * crunch * .local.xml
152
+ nCrunchTemp_ *
153
+
154
+ # MightyMoose
155
+ * .mm. *
156
+ AutoTest.Net /
157
+
158
+ # Web workbench (sass)
159
+ .sass-cache /
160
+
161
+ # Installshield output folder
162
+ [Ee ]xpress /
163
+
164
+ # DocProject is a documentation generator add-in
165
+ DocProject /buildhelp /
166
+ DocProject /Help /* .HxT
167
+ DocProject /Help /* .HxC
168
+ DocProject /Help /* .hhc
169
+ DocProject /Help /* .hhk
170
+ DocProject /Help /* .hhp
171
+ DocProject /Help /Html2
172
+ DocProject /Help /html
173
+
174
+ # Click-Once directory
175
+ publish /
176
+
177
+ # Publish Web Output
178
+ * . [Pp ]ublish.xml
179
+ * .azurePubxml
180
+ # Note: Comment the next line if you want to checkin your web deploy settings,
181
+ # but database connection strings (with potential passwords) will be unencrypted
182
+ * .pubxml
183
+ * .publishproj
184
+
185
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
186
+ # checkin your Azure Web App publish settings, but sensitive information contained
187
+ # in these scripts will be unencrypted
188
+ PublishScripts /
189
+
190
+ # NuGet Packages
191
+ * .nupkg
192
+ # The packages folder can be ignored because of Package Restore
193
+ ** /[Pp ]ackages /*
194
+ # except build/, which is used as an MSBuild target.
195
+ ! ** /[Pp ]ackages /build /
196
+ # Uncomment if necessary however generally it will be regenerated when needed
197
+ # !**/[Pp]ackages/repositories.config
198
+ # NuGet v3's project.json files produces more ignorable files
199
+ * .nuget.props
200
+ * .nuget.targets
201
+
202
+ # Microsoft Azure Build Output
203
+ csx /
204
+ * .build.csdef
205
+
206
+ # Microsoft Azure Emulator
207
+ ecf /
208
+ rcf /
209
+
210
+ # Windows Store app package directories and files
211
+ AppPackages /
212
+ BundleArtifacts /
213
+ Package.StoreAssociation.xml
214
+ _pkginfo.txt
215
+ * .appx
216
+
217
+ # Visual Studio cache files
218
+ # files ending in .cache can be ignored
219
+ * . [Cc ]ache
220
+ # but keep track of directories ending in .cache
221
+ ! * . [Cc ]ache /
222
+
223
+ # Others
224
+ ClientBin /
225
+ ~$ *
226
+ * ~
227
+ * .dbmdl
228
+ * .dbproj.schemaview
229
+ * .jfm
230
+ * .pfx
231
+ * .publishsettings
232
+ orleans.codegen.cs
233
+
234
+ # Including strong name files can present a security risk
235
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
236
+ # *.snk
237
+
238
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
239
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
240
+ # bower_components/
241
+
242
+ # RIA/Silverlight projects
243
+ Generated_Code /
244
+
245
+ # Backup & report files from converting an old project file
246
+ # to a newer Visual Studio version. Backup files are not needed,
247
+ # because we have git ;-)
248
+ _UpgradeReport_Files /
249
+ Backup * /
250
+ UpgradeLog * .XML
251
+ UpgradeLog * .htm
252
+ ServiceFabricBackup /
253
+ * .rptproj.bak
254
+
255
+ # SQL Server files
256
+ * .mdf
257
+ * .ldf
258
+ * .ndf
259
+
260
+ # Business Intelligence projects
261
+ * .rdl.data
262
+ * .bim.layout
263
+ * .bim_ * .settings
264
+ * .rptproj.rsuser
265
+
266
+ # Microsoft Fakes
267
+ FakesAssemblies /
268
+
269
+ # GhostDoc plugin setting file
270
+ * .GhostDoc.xml
271
+
272
+ # Node.js Tools for Visual Studio
273
+ .ntvs_analysis.dat
274
+ node_modules /
275
+
276
+ # Visual Studio 6 build log
277
+ * .plg
278
+
279
+ # Visual Studio 6 workspace options file
280
+ * .opt
281
+
282
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
283
+ * .vbw
284
+
285
+ # Visual Studio LightSwitch build output
286
+ ** /* .HTMLClient /GeneratedArtifacts
287
+ ** /* .DesktopClient /GeneratedArtifacts
288
+ ** /* .DesktopClient /ModelManifest.xml
289
+ ** /* .Server /GeneratedArtifacts
290
+ ** /* .Server /ModelManifest.xml
291
+ _Pvt_Extensions
292
+
293
+ # Paket dependency manager
294
+ .paket /paket.exe
295
+ paket-files /
296
+
297
+ # FAKE - F# Make
298
+ .fake /
299
+
300
+ # JetBrains Rider
301
+ .idea /
302
+ * .sln.iml
303
+
304
+ # CodeRush
305
+ .cr /
306
+
307
+ # Python Tools for Visual Studio (PTVS)
308
+ __pycache__ /
309
+ * .pyc
310
+
311
+ # Cake - Uncomment if you are using it
312
+ # tools/**
313
+ # !tools/packages.config
314
+
315
+ # Tabs Studio
316
+ * .tss
317
+
318
+ # Telerik's JustMock configuration file
319
+ * .jmconfig
320
+
321
+ # BizTalk build output
322
+ * .btp.cs
323
+ * .btm.cs
324
+ * .odx.cs
325
+ * .xsd.cs
326
+
327
+ # OpenCover UI analysis results
328
+ OpenCover /
329
+
330
+ # Azure Stream Analytics local run output
331
+ ASALocalRun /
332
+
333
+ # MSBuild Binary and Structured Log
334
+ * .binlog
335
+
336
+ # NVidia Nsight GPU debugger configuration file
337
+ * .nvuser
338
+
339
+ # MFractors (Xamarin productivity tool) working folder
340
+ .mfractor /
341
+ .DS_Store
342
+
343
+ coveragereport
344
+ coverage.cobertura.xml
0 commit comments