@@ -23,12 +23,14 @@ mono_crash.*
23
23
[Rr ]eleases /
24
24
x64 /
25
25
x86 /
26
+ [Ww ][Ii ][Nn ]32 /
26
27
[Aa ][Rr ][Mm ]/
27
28
[Aa ][Rr ][Mm ]64 /
28
29
bld /
29
30
[Bb ]in /
30
31
[Oo ]bj /
31
32
[Ll ]og /
33
+ [Ll ]ogs /
32
34
33
35
# Visual Studio 2015/2017 cache/options directory
34
36
.vs /
@@ -42,9 +44,10 @@ Generated\ Files/
42
44
[Tt ]est [Rr ]esult * /
43
45
[Bb ]uild [Ll ]og. *
44
46
45
- # NUNIT
47
+ # NUnit
46
48
* .VisualState.xml
47
49
TestResult.xml
50
+ nunit- * .xml
48
51
49
52
# Build Results of an ATL Project
50
53
[Dd ]ebugPS /
@@ -59,6 +62,9 @@ project.lock.json
59
62
project.fragment.lock.json
60
63
artifacts /
61
64
65
+ # ASP.NET Scaffolding
66
+ ScaffoldingReadMe.txt
67
+
62
68
# StyleCop
63
69
StyleCopReport.xml
64
70
@@ -125,9 +131,6 @@ _ReSharper*/
125
131
* . [Rr ]e [Ss ]harper
126
132
* .DotSettings.user
127
133
128
- # JustCode is a .NET coding add-in
129
- .JustCode
130
-
131
134
# TeamCity is a build add-in
132
135
_TeamCity *
133
136
@@ -138,6 +141,9 @@ _TeamCity*
138
141
.axoCover /*
139
142
! .axoCover /settings.json
140
143
144
+ # Coverlet is a free, cross platform Code Coverage Tool
145
+ coverage * [.json, .xml, .info ]
146
+
141
147
# Visual Studio code coverage results
142
148
* .coverage
143
149
* .coveragexml
@@ -262,7 +268,9 @@ ServiceFabricBackup/
262
268
* .bim.layout
263
269
* .bim_ * .settings
264
270
* .rptproj.rsuser
265
- * - Backup * .rdl
271
+ * - [Bb ]ackup.rdl
272
+ * - [Bb ]ackup ( [0-9 ]).rdl
273
+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
266
274
267
275
# Microsoft Fakes
268
276
FakesAssemblies /
@@ -344,3 +352,9 @@ healthchecksdb
344
352
345
353
# Backup folder for Package Reference Convert tool in Visual Studio 2017
346
354
MigrationBackup /
355
+
356
+ # Ionide (cross platform F# VS Code tools) working folder
357
+ .ionide /
358
+
359
+ # Fody - auto-generated XML schema
360
+ FodyWeavers.xsd
0 commit comments