Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 852c74d

Browse files
author
Not Officer
committed
updated .gitignore
1 parent f148115 commit 852c74d

1 file changed

Lines changed: 48 additions & 16 deletions

File tree

.gitignore

Lines changed: 48 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55

66
# User-specific files
7+
*.rsuser
78
*.suo
89
*.user
910
*.userosscache
@@ -12,17 +13,24 @@
1213
# User-specific files (MonoDevelop/Xamarin Studio)
1314
*.userprefs
1415

16+
# Mono auto generated files
17+
mono_crash.*
18+
1519
# Build results
1620
[Dd]ebug/
1721
[Dd]ebugPublic/
1822
[Rr]elease/
1923
[Rr]eleases/
2024
x64/
2125
x86/
26+
[Ww][Ii][Nn]32/
27+
[Aa][Rr][Mm]/
28+
[Aa][Rr][Mm]64/
2229
bld/
2330
[Bb]in/
2431
[Oo]bj/
2532
[Ll]og/
33+
[Ll]ogs/
2634

2735
# Visual Studio 2015/2017 cache/options directory
2836
.vs/
@@ -36,9 +44,10 @@ Generated\ Files/
3644
[Tt]est[Rr]esult*/
3745
[Bb]uild[Ll]og.*
3846

39-
# NUNIT
47+
# NUnit
4048
*.VisualState.xml
4149
TestResult.xml
50+
nunit-*.xml
4251

4352
# Build Results of an ATL Project
4453
[Dd]ebugPS/
@@ -52,15 +61,17 @@ BenchmarkDotNet.Artifacts/
5261
project.lock.json
5362
project.fragment.lock.json
5463
artifacts/
55-
**/Properties/launchSettings.json
64+
65+
# ASP.NET Scaffolding
66+
ScaffoldingReadMe.txt
5667

5768
# StyleCop
5869
StyleCopReport.xml
5970

6071
# Files built by Visual Studio
6172
*_i.c
6273
*_p.c
63-
*_i.h
74+
*_h.h
6475
*.ilk
6576
*.meta
6677
*.obj
@@ -77,6 +88,7 @@ StyleCopReport.xml
7788
*.tlh
7889
*.tmp
7990
*.tmp_proj
91+
*_wpftmp.csproj
8092
*.log
8193
*.vspscc
8294
*.vssscc
@@ -119,9 +131,6 @@ _ReSharper*/
119131
*.[Rr]e[Ss]harper
120132
*.DotSettings.user
121133

122-
# JustCode is a .NET coding add-in
123-
.JustCode
124-
125134
# TeamCity is a build add-in
126135
_TeamCity*
127136

@@ -132,6 +141,11 @@ _TeamCity*
132141
.axoCover/*
133142
!.axoCover/settings.json
134143

144+
# Coverlet is a free, cross platform Code Coverage Tool
145+
coverage*.json
146+
coverage*.xml
147+
coverage*.info
148+
135149
# Visual Studio code coverage results
136150
*.coverage
137151
*.coveragexml
@@ -179,6 +193,8 @@ PublishScripts/
179193

180194
# NuGet Packages
181195
*.nupkg
196+
# NuGet Symbol Packages
197+
*.snupkg
182198
# The packages folder can be ignored because of Package Restore
183199
**/[Pp]ackages/*
184200
# except build/, which is used as an MSBuild target.
@@ -203,12 +219,14 @@ BundleArtifacts/
203219
Package.StoreAssociation.xml
204220
_pkginfo.txt
205221
*.appx
222+
*.appxbundle
223+
*.appxupload
206224

207225
# Visual Studio cache files
208226
# files ending in .cache can be ignored
209227
*.[Cc]ache
210228
# but keep track of directories ending in .cache
211-
!*.[Cc]ache/
229+
!?*.[Cc]ache/
212230

213231
# Others
214232
ClientBin/
@@ -221,7 +239,7 @@ ClientBin/
221239
*.publishsettings
222240
orleans.codegen.cs
223241

224-
# Including strong name files can present a security risk
242+
# Including strong name files can present a security risk
225243
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
226244
#*.snk
227245

@@ -252,6 +270,9 @@ ServiceFabricBackup/
252270
*.bim.layout
253271
*.bim_*.settings
254272
*.rptproj.rsuser
273+
*- [Bb]ackup.rdl
274+
*- [Bb]ackup ([0-9]).rdl
275+
*- [Bb]ackup ([0-9][0-9]).rdl
255276

256277
# Microsoft Fakes
257278
FakesAssemblies/
@@ -287,12 +308,8 @@ paket-files/
287308
# FAKE - F# Make
288309
.fake/
289310

290-
# JetBrains Rider
291-
.idea/
292-
*.sln.iml
293-
294-
# CodeRush
295-
.cr/
311+
# CodeRush personal settings
312+
.cr/personal
296313

297314
# Python Tools for Visual Studio (PTVS)
298315
__pycache__/
@@ -317,7 +334,7 @@ __pycache__/
317334
# OpenCover UI analysis results
318335
OpenCover/
319336

320-
# Azure Stream Analytics local run output
337+
# Azure Stream Analytics local run output
321338
ASALocalRun/
322339

323340
# MSBuild Binary and Structured Log
@@ -326,5 +343,20 @@ ASALocalRun/
326343
# NVidia Nsight GPU debugger configuration file
327344
*.nvuser
328345

329-
# MFractors (Xamarin productivity tool) working folder
346+
# MFractors (Xamarin productivity tool) working folder
330347
.mfractor/
348+
349+
# Local History for Visual Studio
350+
.localhistory/
351+
352+
# BeatPulse healthcheck temp database
353+
healthchecksdb
354+
355+
# Backup folder for Package Reference Convert tool in Visual Studio 2017
356+
MigrationBackup/
357+
358+
# Ionide (cross platform F# VS Code tools) working folder
359+
.ionide/
360+
361+
# Fody - auto-generated XML schema
362+
FodyWeavers.xsd

0 commit comments

Comments
 (0)