Skip to content

Commit 7cf18d2

Browse files
committed
Update gitignore.
1 parent 2721f89 commit 7cf18d2

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

.gitignore

+19-5
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ mono_crash.*
2323
[Rr]eleases/
2424
x64/
2525
x86/
26+
[Ww][Ii][Nn]32/
2627
[Aa][Rr][Mm]/
2728
[Aa][Rr][Mm]64/
2829
bld/
2930
[Bb]in/
3031
[Oo]bj/
3132
[Ll]og/
33+
[Ll]ogs/
3234

3335
# Visual Studio 2015/2017 cache/options directory
3436
.vs/
@@ -42,9 +44,10 @@ Generated\ Files/
4244
[Tt]est[Rr]esult*/
4345
[Bb]uild[Ll]og.*
4446

45-
# NUNIT
47+
# NUnit
4648
*.VisualState.xml
4749
TestResult.xml
50+
nunit-*.xml
4851

4952
# Build Results of an ATL Project
5053
[Dd]ebugPS/
@@ -59,6 +62,9 @@ project.lock.json
5962
project.fragment.lock.json
6063
artifacts/
6164

65+
# ASP.NET Scaffolding
66+
ScaffoldingReadMe.txt
67+
6268
# StyleCop
6369
StyleCopReport.xml
6470

@@ -125,9 +131,6 @@ _ReSharper*/
125131
*.[Rr]e[Ss]harper
126132
*.DotSettings.user
127133

128-
# JustCode is a .NET coding add-in
129-
.JustCode
130-
131134
# TeamCity is a build add-in
132135
_TeamCity*
133136

@@ -138,6 +141,9 @@ _TeamCity*
138141
.axoCover/*
139142
!.axoCover/settings.json
140143

144+
# Coverlet is a free, cross platform Code Coverage Tool
145+
coverage*[.json, .xml, .info]
146+
141147
# Visual Studio code coverage results
142148
*.coverage
143149
*.coveragexml
@@ -262,7 +268,9 @@ ServiceFabricBackup/
262268
*.bim.layout
263269
*.bim_*.settings
264270
*.rptproj.rsuser
265-
*- Backup*.rdl
271+
*- [Bb]ackup.rdl
272+
*- [Bb]ackup ([0-9]).rdl
273+
*- [Bb]ackup ([0-9][0-9]).rdl
266274

267275
# Microsoft Fakes
268276
FakesAssemblies/
@@ -344,3 +352,9 @@ healthchecksdb
344352

345353
# Backup folder for Package Reference Convert tool in Visual Studio 2017
346354
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

Comments
 (0)