4
4
# # Get latest from https://github.com/github/gitignore/blob/master/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
+ [Aa ][Rr ][Mm ]/
27
+ [Aa ][Rr ][Mm ]64 /
22
28
bld /
23
29
[Bb ]in /
24
30
[Oo ]bj /
25
31
[Ll ]og /
32
+ [Ll ]ogs /
33
+
34
+ # Advanced Installer Build results
35
+ Setup Files /
36
+ * cache /
26
37
27
38
# Visual Studio 2015/2017 cache/options directory
28
39
.vs /
@@ -36,9 +47,10 @@ Generated\ Files/
36
47
[Tt ]est [Rr ]esult * /
37
48
[Bb ]uild [Ll ]og. *
38
49
39
- # NUNIT
50
+ # NUnit
40
51
* .VisualState.xml
41
52
TestResult.xml
53
+ nunit- * .xml
42
54
43
55
# Build Results of an ATL Project
44
56
[Dd ]ebugPS /
@@ -52,15 +64,14 @@ BenchmarkDotNet.Artifacts/
52
64
project.lock.json
53
65
project.fragment.lock.json
54
66
artifacts /
55
- ** /Properties /launchSettings.json
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,6 +88,7 @@ StyleCopReport.xml
77
88
* .tlh
78
89
* .tmp
79
90
* .tmp_proj
91
+ * _wpftmp.csproj
80
92
* .log
81
93
* .vspscc
82
94
* .vssscc
@@ -119,9 +131,6 @@ _ReSharper*/
119
131
* . [Rr ]e [Ss ]harper
120
132
* .DotSettings.user
121
133
122
- # JustCode is a .NET coding add-in
123
- .JustCode
124
-
125
134
# TeamCity is a build add-in
126
135
_TeamCity *
127
136
@@ -179,6 +188,8 @@ PublishScripts/
179
188
180
189
# NuGet Packages
181
190
* .nupkg
191
+ # NuGet Symbol Packages
192
+ * .snupkg
182
193
# The packages folder can be ignored because of Package Restore
183
194
** /[Pp ]ackages /*
184
195
# except build/, which is used as an MSBuild target.
@@ -203,12 +214,14 @@ BundleArtifacts/
203
214
Package.StoreAssociation.xml
204
215
_pkginfo.txt
205
216
* .appx
217
+ * .appxbundle
218
+ * .appxupload
206
219
207
220
# Visual Studio cache files
208
221
# files ending in .cache can be ignored
209
222
* . [Cc ]ache
210
223
# but keep track of directories ending in .cache
211
- ! * . [Cc ]ache /
224
+ ! ? *. [Cc ]ache /
212
225
213
226
# Others
214
227
ClientBin /
@@ -221,7 +234,7 @@ ClientBin/
221
234
* .publishsettings
222
235
orleans.codegen.cs
223
236
224
- # Including strong name files can present a security risk
237
+ # Including strong name files can present a security risk
225
238
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
226
239
# *.snk
227
240
@@ -252,6 +265,9 @@ ServiceFabricBackup/
252
265
* .bim.layout
253
266
* .bim_ * .settings
254
267
* .rptproj.rsuser
268
+ * - [Bb ]ackup.rdl
269
+ * - [Bb ]ackup ( [0-9 ]).rdl
270
+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
255
271
256
272
# Microsoft Fakes
257
273
FakesAssemblies /
@@ -287,12 +303,8 @@ paket-files/
287
303
# FAKE - F# Make
288
304
.fake /
289
305
290
- # JetBrains Rider
291
- .idea /
292
- * .sln.iml
293
-
294
- # CodeRush
295
- .cr /
306
+ # CodeRush personal settings
307
+ .cr /personal
296
308
297
309
# Python Tools for Visual Studio (PTVS)
298
310
__pycache__ /
@@ -317,7 +329,7 @@ __pycache__/
317
329
# OpenCover UI analysis results
318
330
OpenCover /
319
331
320
- # Azure Stream Analytics local run output
332
+ # Azure Stream Analytics local run output
321
333
ASALocalRun /
322
334
323
335
# MSBuild Binary and Structured Log
@@ -326,5 +338,17 @@ ASALocalRun/
326
338
# NVidia Nsight GPU debugger configuration file
327
339
* .nvuser
328
340
329
- # MFractors (Xamarin productivity tool) working folder
341
+ # MFractors (Xamarin productivity tool) working folder
330
342
.mfractor /
343
+
344
+ # Local History for Visual Studio
345
+ .localhistory /
346
+
347
+ # BeatPulse healthcheck temp database
348
+ healthchecksdb
349
+
350
+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
351
+ MigrationBackup /
352
+
353
+ # Ionide (cross platform F# VS Code tools) working folder
354
+ .ionide /
0 commit comments