29
29
[Bb ]in /
30
30
[Oo ]bj /
31
31
[Ll ]og /
32
+ [Ll ]ogs /
32
33
33
34
# Visual Studio 2015/2017 cache/options directory
34
35
.vs /
@@ -42,9 +43,10 @@ Generated\ Files/
42
43
[Tt ]est [Rr ]esult * /
43
44
[Bb ]uild [Ll ]og. *
44
45
45
- # NUNIT
46
+ # NUnit
46
47
* .VisualState.xml
47
48
TestResult.xml
49
+ nunit- * .xml
48
50
49
51
# Build Results of an ATL Project
50
52
[Dd ]ebugPS /
@@ -125,9 +127,6 @@ _ReSharper*/
125
127
* . [Rr ]e [Ss ]harper
126
128
* .DotSettings.user
127
129
128
- # JustCode is a .NET coding add-in
129
- .JustCode
130
-
131
130
# TeamCity is a build add-in
132
131
_TeamCity *
133
132
@@ -138,6 +137,9 @@ _TeamCity*
138
137
.axoCover /*
139
138
! .axoCover /settings.json
140
139
140
+ # Coverlet is a free, cross platform Code Coverage Tool
141
+ coverage * [.json, .xml, .info ]
142
+
141
143
# Visual Studio code coverage results
142
144
* .coverage
143
145
* .coveragexml
@@ -185,6 +187,8 @@ PublishScripts/
185
187
186
188
# NuGet Packages
187
189
* .nupkg
190
+ # NuGet Symbol Packages
191
+ * .snupkg
188
192
# The packages folder can be ignored because of Package Restore
189
193
** /[Pp ]ackages /*
190
194
# except build/, which is used as an MSBuild target.
@@ -236,8 +240,6 @@ orleans.codegen.cs
236
240
# Since there are multiple workflows, uncomment next line to ignore bower_components
237
241
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
238
242
# bower_components/
239
- # ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true
240
- ** /wwwroot /lib /
241
243
242
244
# RIA/Silverlight projects
243
245
Generated_Code /
@@ -262,7 +264,9 @@ ServiceFabricBackup/
262
264
* .bim.layout
263
265
* .bim_ * .settings
264
266
* .rptproj.rsuser
265
- * - Backup * .rdl
267
+ * - [Bb ]ackup.rdl
268
+ * - [Bb ]ackup ( [0-9 ]).rdl
269
+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
266
270
267
271
# Microsoft Fakes
268
272
FakesAssemblies /
@@ -345,7 +349,11 @@ healthchecksdb
345
349
# Backup folder for Package Reference Convert tool in Visual Studio 2017
346
350
MigrationBackup /
347
351
352
+ # Ionide (cross platform F# VS Code tools) working folder
353
+ .ionide /
354
+
348
355
# Custom ignores
356
+ ** /wwwroot /lib /
349
357
appsettings.Production.json
350
358
* .min.css
351
359
* .min.js
0 commit comments