Skip to content

Commit e496280

Browse files
committed
[ASP.NET Core] Update .gitignore. Delete Settings.StyleCop.
1 parent cdba710 commit e496280

File tree

2 files changed

+15
-93
lines changed

2 files changed

+15
-93
lines changed

ASP.NET Core/.gitignore

Lines changed: 15 additions & 7 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.
@@ -236,8 +240,6 @@ orleans.codegen.cs
236240
# Since there are multiple workflows, uncomment next line to ignore bower_components
237241
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
238242
#bower_components/
239-
# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true
240-
**/wwwroot/lib/
241243

242244
# RIA/Silverlight projects
243245
Generated_Code/
@@ -262,7 +264,9 @@ ServiceFabricBackup/
262264
*.bim.layout
263265
*.bim_*.settings
264266
*.rptproj.rsuser
265-
*- Backup*.rdl
267+
*- [Bb]ackup.rdl
268+
*- [Bb]ackup ([0-9]).rdl
269+
*- [Bb]ackup ([0-9][0-9]).rdl
266270

267271
# Microsoft Fakes
268272
FakesAssemblies/
@@ -345,7 +349,11 @@ healthchecksdb
345349
# Backup folder for Package Reference Convert tool in Visual Studio 2017
346350
MigrationBackup/
347351

352+
# Ionide (cross platform F# VS Code tools) working folder
353+
.ionide/
354+
348355
# Custom ignores
356+
**/wwwroot/lib/
349357
appsettings.Production.json
350358
*.min.css
351359
*.min.js

ASP.NET Core/Settings.StyleCop

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)