Skip to content

Commit 1258b10

Browse files
committed
Update .gitignore
1 parent 03c51a9 commit 1258b10

File tree

1 file changed

+132
-22
lines changed

1 file changed

+132
-22
lines changed

.gitignore

+132-22
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
33
##
4-
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
4+
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
55

66
# User-specific files
7+
*.rsuser
78
*.suo
89
*.user
910
*.userosscache
@@ -12,50 +13,72 @@
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

27-
# Visual Studio 2015 cache/options directory
35+
# Visual Studio 2015/2017 cache/options directory
2836
.vs/
2937
# Uncomment if you have tasks that create the project's static files in wwwroot
3038
#wwwroot/
3139

40+
# Visual Studio 2017 auto generated files
41+
Generated\ Files/
42+
3243
# MSTest test Results
3344
[Tt]est[Rr]esult*/
3445
[Bb]uild[Ll]og.*
3546

36-
# NUNIT
47+
# NUnit
3748
*.VisualState.xml
3849
TestResult.xml
50+
nunit-*.xml
3951

4052
# Build Results of an ATL Project
4153
[Dd]ebugPS/
4254
[Rr]eleasePS/
4355
dlldata.c
4456

57+
# Benchmark Results
58+
BenchmarkDotNet.Artifacts/
59+
4560
# .NET Core
4661
project.lock.json
4762
project.fragment.lock.json
4863
artifacts/
49-
**/Properties/launchSettings.json
5064

65+
# ASP.NET Scaffolding
66+
ScaffoldingReadMe.txt
67+
68+
# StyleCop
69+
StyleCopReport.xml
70+
71+
# Files built by Visual Studio
5172
*_i.c
5273
*_p.c
53-
*_i.h
74+
*_h.h
5475
*.ilk
5576
*.meta
5677
*.obj
78+
*.iobj
5779
*.pch
5880
*.pdb
81+
*.ipdb
5982
*.pgc
6083
*.pgd
6184
*.rsp
@@ -65,7 +88,9 @@ artifacts/
6588
*.tlh
6689
*.tmp
6790
*.tmp_proj
91+
*_wpftmp.csproj
6892
*.log
93+
*.tlog
6994
*.vspscc
7095
*.vssscc
7196
.builds
@@ -93,6 +118,9 @@ ipch/
93118
*.vspx
94119
*.sap
95120

121+
# Visual Studio Trace Files
122+
*.e2e
123+
96124
# TFS 2012 Local Workspace
97125
$tf/
98126

@@ -104,15 +132,21 @@ _ReSharper*/
104132
*.[Rr]e[Ss]harper
105133
*.DotSettings.user
106134

107-
# JustCode is a .NET coding add-in
108-
.JustCode
109-
110135
# TeamCity is a build add-in
111136
_TeamCity*
112137

113138
# DotCover is a Code Coverage Tool
114139
*.dotCover
115140

141+
# AxoCover is a Code Coverage Tool
142+
.axoCover/*
143+
!.axoCover/settings.json
144+
145+
# Coverlet is a free, cross platform Code Coverage Tool
146+
coverage*.json
147+
coverage*.xml
148+
coverage*.info
149+
116150
# Visual Studio code coverage results
117151
*.coverage
118152
*.coveragexml
@@ -148,7 +182,7 @@ publish/
148182
# Publish Web Output
149183
*.[Pp]ublish.xml
150184
*.azurePubxml
151-
# TODO: Comment the next line if you want to checkin your web deploy settings
185+
# Note: Comment the next line if you want to checkin your web deploy settings,
152186
# but database connection strings (with potential passwords) will be unencrypted
153187
*.pubxml
154188
*.publishproj
@@ -160,12 +194,14 @@ PublishScripts/
160194

161195
# NuGet Packages
162196
*.nupkg
197+
# NuGet Symbol Packages
198+
*.snupkg
163199
# The packages folder can be ignored because of Package Restore
164-
**/packages/*
200+
**/[Pp]ackages/*
165201
# except build/, which is used as an MSBuild target.
166-
!**/packages/build/
202+
!**/[Pp]ackages/build/
167203
# Uncomment if necessary however generally it will be regenerated when needed
168-
#!**/packages/repositories.config
204+
#!**/[Pp]ackages/repositories.config
169205
# NuGet v3's project.json files produces more ignorable files
170206
*.nuget.props
171207
*.nuget.targets
@@ -183,12 +219,15 @@ AppPackages/
183219
BundleArtifacts/
184220
Package.StoreAssociation.xml
185221
_pkginfo.txt
222+
*.appx
223+
*.appxbundle
224+
*.appxupload
186225

187226
# Visual Studio cache files
188227
# files ending in .cache can be ignored
189228
*.[Cc]ache
190229
# but keep track of directories ending in .cache
191-
!*.[Cc]ache/
230+
!?*.[Cc]ache/
192231

193232
# Others
194233
ClientBin/
@@ -201,6 +240,10 @@ ClientBin/
201240
*.publishsettings
202241
orleans.codegen.cs
203242

243+
# Including strong name files can present a security risk
244+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
245+
#*.snk
246+
204247
# Since there are multiple workflows, uncomment next line to ignore bower_components
205248
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
206249
#bower_components/
@@ -215,6 +258,8 @@ _UpgradeReport_Files/
215258
Backup*/
216259
UpgradeLog*.XML
217260
UpgradeLog*.htm
261+
ServiceFabricBackup/
262+
*.rptproj.bak
218263

219264
# SQL Server files
220265
*.mdf
@@ -225,6 +270,10 @@ UpgradeLog*.htm
225270
*.rdl.data
226271
*.bim.layout
227272
*.bim_*.settings
273+
*.rptproj.rsuser
274+
*- [Bb]ackup.rdl
275+
*- [Bb]ackup ([0-9]).rdl
276+
*- [Bb]ackup ([0-9][0-9]).rdl
228277

229278
# Microsoft Fakes
230279
FakesAssemblies/
@@ -236,9 +285,6 @@ FakesAssemblies/
236285
.ntvs_analysis.dat
237286
node_modules/
238287

239-
# Typescript v1 declaration files
240-
typings/
241-
242288
# Visual Studio 6 build log
243289
*.plg
244290

@@ -248,6 +294,17 @@ typings/
248294
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
249295
*.vbw
250296

297+
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
298+
*.vbp
299+
300+
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
301+
*.dsw
302+
*.dsp
303+
304+
# Visual Studio 6 technical files
305+
*.ncb
306+
*.aps
307+
251308
# Visual Studio LightSwitch build output
252309
**/*.HTMLClient/GeneratedArtifacts
253310
**/*.DesktopClient/GeneratedArtifacts
@@ -263,12 +320,8 @@ paket-files/
263320
# FAKE - F# Make
264321
.fake/
265322

266-
# JetBrains Rider
267-
.idea/
268-
*.sln.iml
269-
270-
# CodeRush
271-
.cr/
323+
# CodeRush personal settings
324+
.cr/personal
272325

273326
# Python Tools for Visual Studio (PTVS)
274327
__pycache__/
@@ -278,6 +331,9 @@ __pycache__/
278331
# tools/**
279332
# !tools/packages.config
280333

334+
# Tabs Studio
335+
*.tss
336+
281337
# Telerik's JustMock configuration file
282338
*.jmconfig
283339

@@ -286,3 +342,57 @@ __pycache__/
286342
*.btm.cs
287343
*.odx.cs
288344
*.xsd.cs
345+
346+
# OpenCover UI analysis results
347+
OpenCover/
348+
349+
# Azure Stream Analytics local run output
350+
ASALocalRun/
351+
352+
# MSBuild Binary and Structured Log
353+
*.binlog
354+
355+
# NVidia Nsight GPU debugger configuration file
356+
*.nvuser
357+
358+
# MFractors (Xamarin productivity tool) working folder
359+
.mfractor/
360+
361+
# Local History for Visual Studio
362+
.localhistory/
363+
364+
# Visual Studio History (VSHistory) files
365+
.vshistory/
366+
367+
# BeatPulse healthcheck temp database
368+
healthchecksdb
369+
370+
# Backup folder for Package Reference Convert tool in Visual Studio 2017
371+
MigrationBackup/
372+
373+
# Ionide (cross platform F# VS Code tools) working folder
374+
.ionide/
375+
376+
# Fody - auto-generated XML schema
377+
FodyWeavers.xsd
378+
379+
# VS Code files for those working on multiple tools
380+
.vscode/*
381+
!.vscode/settings.json
382+
!.vscode/tasks.json
383+
!.vscode/launch.json
384+
!.vscode/extensions.json
385+
*.code-workspace
386+
387+
# Local History for Visual Studio Code
388+
.history/
389+
390+
# Windows Installer files from build outputs
391+
*.cab
392+
*.msi
393+
*.msix
394+
*.msm
395+
*.msp
396+
397+
# JetBrains Rider
398+
*.sln.iml

0 commit comments

Comments
 (0)