1
- # #### Copied from https://github.com/github/gitignore/blob/7792e50daeaa6c07460484704671d1dc9f0045a7/VisualStudio.gitignore
1
+ # NCrunch
2
+ * .ncrunchsolution
3
+ * .ncrunchsolution.user
4
+ * .ncrunchproject
5
+
6
+ # Mono's local registry
7
+ mono
8
+
9
+ # #### Copied from https://github.com/github/gitignore/blob/7b22f8ab6c85b4ef1469d72a8ba96462e2a44853/VisualStudio.gitignore
2
10
3
11
# # Ignore Visual Studio temporary files, build results, and
4
12
# # files generated by popular Visual Studio add-ons.
5
13
# #
6
- # # Get latest from https://github.com/github/gitignore/blob/master /VisualStudio.gitignore
14
+ # # Get latest from https://github.com/github/gitignore/blob/main /VisualStudio.gitignore
7
15
8
16
# User-specific files
17
+ * .rsuser
9
18
* .suo
10
19
* .user
11
20
* .userosscache
14
23
# User-specific files (MonoDevelop/Xamarin Studio)
15
24
* .userprefs
16
25
26
+ # Mono auto generated files
27
+ mono_crash. *
28
+
17
29
# Build results
18
30
[Dd ]ebug /
19
31
[Dd ]ebugPublic /
20
32
[Rr ]elease /
21
33
[Rr ]eleases /
22
34
x64 /
23
35
x86 /
36
+ [Ww ][Ii ][Nn ]32 /
37
+ [Aa ][Rr ][Mm ]/
38
+ [Aa ][Rr ][Mm ]64 /
24
39
bld /
25
40
[Bb ]in /
26
41
[Oo ]bj /
27
42
[Ll ]og /
43
+ [Ll ]ogs /
28
44
29
- # Visual Studio 2015 cache/options directory
45
+ # Visual Studio 2015/2017 cache/options directory
30
46
.vs /
31
47
# Uncomment if you have tasks that create the project's static files in wwwroot
32
48
# wwwroot/
33
49
50
+ # Visual Studio 2017 auto generated files
51
+ Generated \ Files /
52
+
34
53
# MSTest test Results
35
54
[Tt ]est [Rr ]esult * /
36
55
[Bb ]uild [Ll ]og. *
37
56
38
- # NUNIT
57
+ # NUnit
39
58
* .VisualState.xml
40
59
TestResult.xml
60
+ nunit- * .xml
41
61
42
62
# Build Results of an ATL Project
43
63
[Dd ]ebugPS /
@@ -51,16 +71,24 @@ BenchmarkDotNet.Artifacts/
51
71
project.lock.json
52
72
project.fragment.lock.json
53
73
artifacts /
54
- ** /Properties /launchSettings.json
55
74
75
+ # ASP.NET Scaffolding
76
+ ScaffoldingReadMe.txt
77
+
78
+ # StyleCop
79
+ StyleCopReport.xml
80
+
81
+ # Files built by Visual Studio
56
82
* _i.c
57
83
* _p.c
58
- * _i .h
84
+ * _h .h
59
85
* .ilk
60
86
* .meta
61
87
* .obj
88
+ * .iobj
62
89
* .pch
63
90
* .pdb
91
+ * .ipdb
64
92
* .pgc
65
93
* .pgd
66
94
* .rsp
@@ -70,7 +98,9 @@ artifacts/
70
98
* .tlh
71
99
* .tmp
72
100
* .tmp_proj
101
+ * _wpftmp.csproj
73
102
* .log
103
+ * .tlog
74
104
* .vspscc
75
105
* .vssscc
76
106
.builds
@@ -112,9 +142,6 @@ _ReSharper*/
112
142
* . [Rr ]e [Ss ]harper
113
143
* .DotSettings.user
114
144
115
- # JustCode is a .NET coding add-in
116
- .JustCode
117
-
118
145
# TeamCity is a build add-in
119
146
_TeamCity *
120
147
@@ -125,6 +152,11 @@ _TeamCity*
125
152
.axoCover /*
126
153
! .axoCover /settings.json
127
154
155
+ # Coverlet is a free, cross platform Code Coverage Tool
156
+ coverage * .json
157
+ coverage * .xml
158
+ coverage * .info
159
+
128
160
# Visual Studio code coverage results
129
161
* .coverage
130
162
* .coveragexml
@@ -172,12 +204,14 @@ PublishScripts/
172
204
173
205
# NuGet Packages
174
206
* .nupkg
207
+ # NuGet Symbol Packages
208
+ * .snupkg
175
209
# The packages folder can be ignored because of Package Restore
176
- ** /packages /*
210
+ ** /[ Pp ] ackages /*
177
211
# except build/, which is used as an MSBuild target.
178
- ! ** /packages /build /
212
+ ! ** /[ Pp ] ackages /build /
179
213
# Uncomment if necessary however generally it will be regenerated when needed
180
- # !**/packages /repositories.config
214
+ # !**/[Pp]ackages /repositories.config
181
215
# NuGet v3's project.json files produces more ignorable files
182
216
* .nuget.props
183
217
* .nuget.targets
@@ -196,12 +230,14 @@ BundleArtifacts/
196
230
Package.StoreAssociation.xml
197
231
_pkginfo.txt
198
232
* .appx
233
+ * .appxbundle
234
+ * .appxupload
199
235
200
236
# Visual Studio cache files
201
237
# files ending in .cache can be ignored
202
238
* . [Cc ]ache
203
239
# but keep track of directories ending in .cache
204
- ! * . [Cc ]ache /
240
+ ! ? *. [Cc ]ache /
205
241
206
242
# Others
207
243
ClientBin /
@@ -214,6 +250,10 @@ ClientBin/
214
250
* .publishsettings
215
251
orleans.codegen.cs
216
252
253
+ # Including strong name files can present a security risk
254
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
255
+ # *.snk
256
+
217
257
# Since there are multiple workflows, uncomment next line to ignore bower_components
218
258
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
219
259
# bower_components/
@@ -228,6 +268,8 @@ _UpgradeReport_Files/
228
268
Backup * /
229
269
UpgradeLog * .XML
230
270
UpgradeLog * .htm
271
+ ServiceFabricBackup /
272
+ * .rptproj.bak
231
273
232
274
# SQL Server files
233
275
* .mdf
@@ -238,6 +280,10 @@ UpgradeLog*.htm
238
280
* .rdl.data
239
281
* .bim.layout
240
282
* .bim_ * .settings
283
+ * .rptproj.rsuser
284
+ * - [Bb ]ackup.rdl
285
+ * - [Bb ]ackup ( [0-9 ]).rdl
286
+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
241
287
242
288
# Microsoft Fakes
243
289
FakesAssemblies /
@@ -249,9 +295,6 @@ FakesAssemblies/
249
295
.ntvs_analysis.dat
250
296
node_modules /
251
297
252
- # Typescript v1 declaration files
253
- typings /
254
-
255
298
# Visual Studio 6 build log
256
299
* .plg
257
300
@@ -261,6 +304,17 @@ typings/
261
304
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
262
305
* .vbw
263
306
307
+ # Visual Studio 6 auto-generated project file (contains which files were open etc.)
308
+ * .vbp
309
+
310
+ # Visual Studio 6 workspace and project file (working project files containing files to include in project)
311
+ * .dsw
312
+ * .dsp
313
+
314
+ # Visual Studio 6 technical files
315
+ * .ncb
316
+ * .aps
317
+
264
318
# Visual Studio LightSwitch build output
265
319
** /* .HTMLClient /GeneratedArtifacts
266
320
** /* .DesktopClient /GeneratedArtifacts
@@ -276,12 +330,8 @@ paket-files/
276
330
# FAKE - F# Make
277
331
.fake /
278
332
279
- # JetBrains Rider
280
- .idea /
281
- * .sln.iml
282
-
283
- # CodeRush
284
- .cr /
333
+ # CodeRush personal settings
334
+ .cr /personal
285
335
286
336
# Python Tools for Visual Studio (PTVS)
287
337
__pycache__ /
@@ -304,4 +354,55 @@ __pycache__/
304
354
* .xsd.cs
305
355
306
356
# OpenCover UI analysis results
307
- OpenCover /
357
+ OpenCover /
358
+
359
+ # Azure Stream Analytics local run output
360
+ ASALocalRun /
361
+
362
+ # MSBuild Binary and Structured Log
363
+ * .binlog
364
+
365
+ # NVidia Nsight GPU debugger configuration file
366
+ * .nvuser
367
+
368
+ # MFractors (Xamarin productivity tool) working folder
369
+ .mfractor /
370
+
371
+ # Local History for Visual Studio
372
+ .localhistory /
373
+
374
+ # Visual Studio History (VSHistory) files
375
+ .vshistory /
376
+
377
+ # BeatPulse healthcheck temp database
378
+ healthchecksdb
379
+
380
+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
381
+ MigrationBackup /
382
+
383
+ # Ionide (cross platform F# VS Code tools) working folder
384
+ .ionide /
385
+
386
+ # Fody - auto-generated XML schema
387
+ FodyWeavers.xsd
388
+
389
+ # VS Code files for those working on multiple tools
390
+ .vscode /*
391
+ ! .vscode /settings.json
392
+ ! .vscode /tasks.json
393
+ ! .vscode /launch.json
394
+ ! .vscode /extensions.json
395
+ * .code-workspace
396
+
397
+ # Local History for Visual Studio Code
398
+ .history /
399
+
400
+ # Windows Installer files from build outputs
401
+ * .cab
402
+ * .msi
403
+ * .msix
404
+ * .msm
405
+ * .msp
406
+
407
+ # JetBrains Rider
408
+ * .sln.iml
0 commit comments