1
1
# # Ignore Visual Studio temporary files, build results, and
2
2
# # files generated by popular Visual Studio add-ons.
3
3
# #
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
5
5
6
6
# User-specific files
7
+ * .rsuser
7
8
* .suo
8
9
* .user
9
10
* .userosscache
12
13
# User-specific files (MonoDevelop/Xamarin Studio)
13
14
* .userprefs
14
15
16
+ # Mono auto generated files
17
+ mono_crash. *
18
+
15
19
# Build results
16
20
[Dd ]ebug /
17
21
[Dd ]ebugPublic /
18
22
[Rr ]elease /
19
23
[Rr ]eleases /
20
24
x64 /
21
25
x86 /
26
+ [Ww ][Ii ][Nn ]32 /
27
+ [Aa ][Rr ][Mm ]/
28
+ [Aa ][Rr ][Mm ]64 /
22
29
bld /
23
30
[Bb ]in /
24
31
[Oo ]bj /
25
32
[Ll ]og /
33
+ [Ll ]ogs /
26
34
27
35
# Visual Studio 2015/2017 cache/options directory
28
36
.vs /
@@ -36,9 +44,10 @@ Generated\ Files/
36
44
[Tt ]est [Rr ]esult * /
37
45
[Bb ]uild [Ll ]og. *
38
46
39
- # NUNIT
47
+ # NUnit
40
48
* .VisualState.xml
41
49
TestResult.xml
50
+ nunit- * .xml
42
51
43
52
# Build Results of an ATL Project
44
53
[Dd ]ebugPS /
@@ -52,15 +61,17 @@ BenchmarkDotNet.Artifacts/
52
61
project.lock.json
53
62
project.fragment.lock.json
54
63
artifacts /
55
- ** /Properties /launchSettings.json
64
+
65
+ # ASP.NET Scaffolding
66
+ ScaffoldingReadMe.txt
56
67
57
68
# StyleCop
58
69
StyleCopReport.xml
59
70
60
71
# Files built by Visual Studio
61
72
* _i.c
62
73
* _p.c
63
- * _i .h
74
+ * _h .h
64
75
* .ilk
65
76
* .meta
66
77
* .obj
@@ -77,7 +88,9 @@ StyleCopReport.xml
77
88
* .tlh
78
89
* .tmp
79
90
* .tmp_proj
91
+ * _wpftmp.csproj
80
92
* .log
93
+ * .tlog
81
94
* .vspscc
82
95
* .vssscc
83
96
.builds
@@ -119,9 +132,6 @@ _ReSharper*/
119
132
* . [Rr ]e [Ss ]harper
120
133
* .DotSettings.user
121
134
122
- # JustCode is a .NET coding add-in
123
- .JustCode
124
-
125
135
# TeamCity is a build add-in
126
136
_TeamCity *
127
137
@@ -132,6 +142,11 @@ _TeamCity*
132
142
.axoCover /*
133
143
! .axoCover /settings.json
134
144
145
+ # Coverlet is a free, cross platform Code Coverage Tool
146
+ coverage * .json
147
+ coverage * .xml
148
+ coverage * .info
149
+
135
150
# Visual Studio code coverage results
136
151
* .coverage
137
152
* .coveragexml
@@ -179,6 +194,8 @@ PublishScripts/
179
194
180
195
# NuGet Packages
181
196
* .nupkg
197
+ # NuGet Symbol Packages
198
+ * .snupkg
182
199
# The packages folder can be ignored because of Package Restore
183
200
** /[Pp ]ackages /*
184
201
# except build/, which is used as an MSBuild target.
@@ -203,12 +220,14 @@ BundleArtifacts/
203
220
Package.StoreAssociation.xml
204
221
_pkginfo.txt
205
222
* .appx
223
+ * .appxbundle
224
+ * .appxupload
206
225
207
226
# Visual Studio cache files
208
227
# files ending in .cache can be ignored
209
228
* . [Cc ]ache
210
229
# but keep track of directories ending in .cache
211
- ! * . [Cc ]ache /
230
+ ! ? *. [Cc ]ache /
212
231
213
232
# Others
214
233
ClientBin /
@@ -221,7 +240,7 @@ ClientBin/
221
240
* .publishsettings
222
241
orleans.codegen.cs
223
242
224
- # Including strong name files can present a security risk
243
+ # Including strong name files can present a security risk
225
244
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
226
245
# *.snk
227
246
@@ -252,6 +271,9 @@ ServiceFabricBackup/
252
271
* .bim.layout
253
272
* .bim_ * .settings
254
273
* .rptproj.rsuser
274
+ * - [Bb ]ackup.rdl
275
+ * - [Bb ]ackup ( [0-9 ]).rdl
276
+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
255
277
256
278
# Microsoft Fakes
257
279
FakesAssemblies /
@@ -272,6 +294,17 @@ node_modules/
272
294
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
273
295
* .vbw
274
296
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
+
275
308
# Visual Studio LightSwitch build output
276
309
** /* .HTMLClient /GeneratedArtifacts
277
310
** /* .DesktopClient /GeneratedArtifacts
@@ -287,12 +320,8 @@ paket-files/
287
320
# FAKE - F# Make
288
321
.fake /
289
322
290
- # JetBrains Rider
291
- .idea /
292
- * .sln.iml
293
-
294
- # CodeRush
295
- .cr /
323
+ # CodeRush personal settings
324
+ .cr /personal
296
325
297
326
# Python Tools for Visual Studio (PTVS)
298
327
__pycache__ /
@@ -317,7 +346,7 @@ __pycache__/
317
346
# OpenCover UI analysis results
318
347
OpenCover /
319
348
320
- # Azure Stream Analytics local run output
349
+ # Azure Stream Analytics local run output
321
350
ASALocalRun /
322
351
323
352
# MSBuild Binary and Structured Log
@@ -326,5 +355,47 @@ ASALocalRun/
326
355
# NVidia Nsight GPU debugger configuration file
327
356
* .nvuser
328
357
329
- # MFractors (Xamarin productivity tool) working folder
358
+ # MFractors (Xamarin productivity tool) working folder
330
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
399
+
400
+ # CnCNet
401
+ /Compiled
0 commit comments