Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 27b9487

Browse files
author
Dankrushen
committed
Update gitignore
1 parent 554cad4 commit 27b9487

3 files changed

Lines changed: 42 additions & 15 deletions

File tree

.gitignore

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ bld/
2929
[Bb]in/
3030
[Oo]bj/
3131
[Ll]og/
32+
[Ll]ogs/
3233

3334
# Visual Studio 2015/2017 cache/options directory
3435
.vs/
@@ -42,9 +43,10 @@ Generated\ Files/
4243
[Tt]est[Rr]esult*/
4344
[Bb]uild[Ll]og.*
4445

45-
# NUNIT
46+
# NUnit
4647
*.VisualState.xml
4748
TestResult.xml
49+
nunit-*.xml
4850

4951
# Build Results of an ATL Project
5052
[Dd]ebugPS/
@@ -125,9 +127,6 @@ _ReSharper*/
125127
*.[Rr]e[Ss]harper
126128
*.DotSettings.user
127129

128-
# JustCode is a .NET coding add-in
129-
.JustCode
130-
131130
# TeamCity is a build add-in
132131
_TeamCity*
133132

@@ -138,6 +137,9 @@ _TeamCity*
138137
.axoCover/*
139138
!.axoCover/settings.json
140139

140+
# Coverlet is a free, cross platform Code Coverage Tool
141+
coverage*[.json, .xml, .info]
142+
141143
# Visual Studio code coverage results
142144
*.coverage
143145
*.coveragexml
@@ -185,6 +187,8 @@ PublishScripts/
185187

186188
# NuGet Packages
187189
*.nupkg
190+
# NuGet Symbol Packages
191+
*.snupkg
188192
# The packages folder can be ignored because of Package Restore
189193
**/[Pp]ackages/*
190194
# except build/, which is used as an MSBuild target.
@@ -260,7 +264,9 @@ ServiceFabricBackup/
260264
*.bim.layout
261265
*.bim_*.settings
262266
*.rptproj.rsuser
263-
*- Backup*.rdl
267+
*- [Bb]ackup.rdl
268+
*- [Bb]ackup ([0-9]).rdl
269+
*- [Bb]ackup ([0-9][0-9]).rdl
264270

265271
# Microsoft Fakes
266272
FakesAssemblies/
@@ -343,6 +349,9 @@ healthchecksdb
343349
# Backup folder for Package Reference Convert tool in Visual Studio 2017
344350
MigrationBackup/
345351

352+
# Ionide (cross platform F# VS Code tools) working folder
353+
.ionide/
354+
346355
##
347356
## Visual studio for Mac
348357
##

MultiAdmin.Tests/.gitignore

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ bld/
2929
[Bb]in/
3030
[Oo]bj/
3131
[Ll]og/
32+
[Ll]ogs/
3233

3334
# Visual Studio 2015/2017 cache/options directory
3435
.vs/
@@ -42,9 +43,10 @@ Generated\ Files/
4243
[Tt]est[Rr]esult*/
4344
[Bb]uild[Ll]og.*
4445

45-
# NUNIT
46+
# NUnit
4647
*.VisualState.xml
4748
TestResult.xml
49+
nunit-*.xml
4850

4951
# Build Results of an ATL Project
5052
[Dd]ebugPS/
@@ -125,9 +127,6 @@ _ReSharper*/
125127
*.[Rr]e[Ss]harper
126128
*.DotSettings.user
127129

128-
# JustCode is a .NET coding add-in
129-
.JustCode
130-
131130
# TeamCity is a build add-in
132131
_TeamCity*
133132

@@ -138,6 +137,9 @@ _TeamCity*
138137
.axoCover/*
139138
!.axoCover/settings.json
140139

140+
# Coverlet is a free, cross platform Code Coverage Tool
141+
coverage*[.json, .xml, .info]
142+
141143
# Visual Studio code coverage results
142144
*.coverage
143145
*.coveragexml
@@ -185,6 +187,8 @@ PublishScripts/
185187

186188
# NuGet Packages
187189
*.nupkg
190+
# NuGet Symbol Packages
191+
*.snupkg
188192
# The packages folder can be ignored because of Package Restore
189193
**/[Pp]ackages/*
190194
# except build/, which is used as an MSBuild target.
@@ -260,7 +264,9 @@ ServiceFabricBackup/
260264
*.bim.layout
261265
*.bim_*.settings
262266
*.rptproj.rsuser
263-
*- Backup*.rdl
267+
*- [Bb]ackup.rdl
268+
*- [Bb]ackup ([0-9]).rdl
269+
*- [Bb]ackup ([0-9][0-9]).rdl
264270

265271
# Microsoft Fakes
266272
FakesAssemblies/
@@ -343,6 +349,9 @@ healthchecksdb
343349
# Backup folder for Package Reference Convert tool in Visual Studio 2017
344350
MigrationBackup/
345351

352+
# Ionide (cross platform F# VS Code tools) working folder
353+
.ionide/
354+
346355
##
347356
## Visual studio for Mac
348357
##

MultiAdmin/.gitignore

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ bld/
2929
[Bb]in/
3030
[Oo]bj/
3131
[Ll]og/
32+
[Ll]ogs/
3233

3334
# Visual Studio 2015/2017 cache/options directory
3435
.vs/
@@ -42,9 +43,10 @@ Generated\ Files/
4243
[Tt]est[Rr]esult*/
4344
[Bb]uild[Ll]og.*
4445

45-
# NUNIT
46+
# NUnit
4647
*.VisualState.xml
4748
TestResult.xml
49+
nunit-*.xml
4850

4951
# Build Results of an ATL Project
5052
[Dd]ebugPS/
@@ -125,9 +127,6 @@ _ReSharper*/
125127
*.[Rr]e[Ss]harper
126128
*.DotSettings.user
127129

128-
# JustCode is a .NET coding add-in
129-
.JustCode
130-
131130
# TeamCity is a build add-in
132131
_TeamCity*
133132

@@ -138,6 +137,9 @@ _TeamCity*
138137
.axoCover/*
139138
!.axoCover/settings.json
140139

140+
# Coverlet is a free, cross platform Code Coverage Tool
141+
coverage*[.json, .xml, .info]
142+
141143
# Visual Studio code coverage results
142144
*.coverage
143145
*.coveragexml
@@ -185,6 +187,8 @@ PublishScripts/
185187

186188
# NuGet Packages
187189
*.nupkg
190+
# NuGet Symbol Packages
191+
*.snupkg
188192
# The packages folder can be ignored because of Package Restore
189193
**/[Pp]ackages/*
190194
# except build/, which is used as an MSBuild target.
@@ -260,7 +264,9 @@ ServiceFabricBackup/
260264
*.bim.layout
261265
*.bim_*.settings
262266
*.rptproj.rsuser
263-
*- Backup*.rdl
267+
*- [Bb]ackup.rdl
268+
*- [Bb]ackup ([0-9]).rdl
269+
*- [Bb]ackup ([0-9][0-9]).rdl
264270

265271
# Microsoft Fakes
266272
FakesAssemblies/
@@ -343,6 +349,9 @@ healthchecksdb
343349
# Backup folder for Package Reference Convert tool in Visual Studio 2017
344350
MigrationBackup/
345351

352+
# Ionide (cross platform F# VS Code tools) working folder
353+
.ionide/
354+
346355
##
347356
## Visual studio for Mac
348357
##

0 commit comments

Comments
 (0)