@@ -9,6 +9,7 @@ Files.App.SaveDialog*.dll
9
9
Files.App.Launcher.exe
10
10
11
11
# User-specific files
12
+ * .rsuser
12
13
* .suo
13
14
* .user
14
15
* .userosscache
@@ -17,17 +18,24 @@ Files.App.Launcher.exe
17
18
# User-specific files (MonoDevelop/Xamarin Studio)
18
19
* .userprefs
19
20
21
+ # Mono auto generated files
22
+ mono_crash. *
23
+
20
24
# Build results
21
25
[Dd ]ebug /
22
26
[Dd ]ebugPublic /
23
27
[Rr ]elease /
24
28
[Rr ]eleases /
25
29
x64 /
26
30
x86 /
31
+ [Ww ][Ii ][Nn ]32 /
32
+ [Aa ][Rr ][Mm ]/
33
+ [Aa ][Rr ][Mm ]64 /
27
34
bld /
28
35
[Bb ]in /
29
36
[Oo ]bj /
30
37
[Ll ]og /
38
+ [Ll ]ogs /
31
39
32
40
# Visual Studio 2015/2017 cache/options directory
33
41
.vs /
@@ -41,9 +49,10 @@ Generated\ Files/
41
49
[Tt ]est [Rr ]esult * /
42
50
[Bb ]uild [Ll ]og. *
43
51
44
- # NUNIT
52
+ # NUnit
45
53
* .VisualState.xml
46
54
TestResult.xml
55
+ nunit- * .xml
47
56
48
57
# Build Results of an ATL Project
49
58
[Dd ]ebugPS /
@@ -57,6 +66,10 @@ BenchmarkDotNet.Artifacts/
57
66
project.lock.json
58
67
project.fragment.lock.json
59
68
artifacts /
69
+ ** /Properties /launchSettings.json
70
+
71
+ # ASP.NET Scaffolding
72
+ ScaffoldingReadMe.txt
60
73
61
74
# StyleCop
62
75
StyleCopReport.xml
@@ -65,6 +78,7 @@ StyleCopReport.xml
65
78
* _i.c
66
79
* _p.c
67
80
* _i.h
81
+ * _h.h
68
82
* .ilk
69
83
* .meta
70
84
* .obj
@@ -81,7 +95,9 @@ StyleCopReport.xml
81
95
* .tlh
82
96
* .tmp
83
97
* .tmp_proj
98
+ * _wpftmp.csproj
84
99
* .log
100
+ * .tlog
85
101
* .vspscc
86
102
* .vssscc
87
103
.builds
@@ -136,6 +152,11 @@ _TeamCity*
136
152
.axoCover /*
137
153
! .axoCover /settings.json
138
154
155
+ # Coverlet is a free, cross platform Code Coverage Tool
156
+ coverage * .json
157
+ coverage * .xml
158
+ coverage * .info
159
+
139
160
# Visual Studio code coverage results
140
161
* .coverage
141
162
* .coveragexml
@@ -173,14 +194,16 @@ publish/
173
194
* .azurePubxml
174
195
# Note: Comment the next line if you want to checkin your web deploy settings,
175
196
# but database connection strings (with potential passwords) will be unencrypted
197
+ * .pubxml
176
198
* .publishproj
177
199
178
200
# Microsoft Azure Web App publish settings. Comment the next line if you want to
179
201
# checkin your Azure Web App publish settings, but sensitive information contained
180
202
# in these scripts will be unencrypted
181
203
PublishScripts /
182
204
183
- # NuGet Packages
205
+ # NuGet Symbol Packages
206
+ * .snupkg
184
207
# The packages folder can be ignored because of Package Restore
185
208
** /[Pp ]ackages /*
186
209
# except build/, which is used as an MSBuild target.
@@ -205,12 +228,14 @@ BundleArtifacts/
205
228
Package.StoreAssociation.xml
206
229
_pkginfo.txt
207
230
* .appx
231
+ * .appxbundle
232
+ * .appxupload
208
233
209
234
# Visual Studio cache files
210
235
# files ending in .cache can be ignored
211
236
* . [Cc ]ache
212
237
# but keep track of directories ending in .cache
213
- ! * . [Cc ]ache /
238
+ ! ? *. [Cc ]ache /
214
239
215
240
# Others
216
241
ClientBin /
@@ -221,10 +246,11 @@ ClientBin/
221
246
* .jfm
222
247
src /** /* .pfx
223
248
tests /** /* .pfx
249
+ * .pfx
224
250
* .publishsettings
225
251
orleans.codegen.cs
226
252
227
- # Including strong name files can present a security risk
253
+ # Including strong name files can present a security risk
228
254
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
229
255
# *.snk
230
256
@@ -255,6 +281,9 @@ ServiceFabricBackup/
255
281
* .bim.layout
256
282
* .bim_ * .settings
257
283
* .rptproj.rsuser
284
+ * - [Bb ]ackup.rdl
285
+ * - [Bb ]ackup ( [0-9 ]).rdl
286
+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
258
287
259
288
# Microsoft Fakes
260
289
FakesAssemblies /
@@ -275,6 +304,17 @@ node_modules/
275
304
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
276
305
* .vbw
277
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
+
278
318
# Visual Studio LightSwitch build output
279
319
** /* .HTMLClient /GeneratedArtifacts
280
320
** /* .DesktopClient /GeneratedArtifacts
@@ -290,12 +330,9 @@ paket-files/
290
330
# FAKE - F# Make
291
331
.fake /
292
332
293
- # JetBrains Rider
294
- .idea /
295
- * .sln.iml
296
-
297
- # CodeRush
333
+ # CodeRush personal settings
298
334
.cr /
335
+ .cr /personal
299
336
300
337
# Python Tools for Visual Studio (PTVS)
301
338
__pycache__ /
@@ -320,7 +357,7 @@ __pycache__/
320
357
# OpenCover UI analysis results
321
358
OpenCover /
322
359
323
- # Azure Stream Analytics local run output
360
+ # Azure Stream Analytics local run output
324
361
ASALocalRun /
325
362
326
363
# MSBuild Binary and Structured Log
@@ -329,6 +366,45 @@ ASALocalRun/
329
366
# NVidia Nsight GPU debugger configuration file
330
367
* .nvuser
331
368
332
- # MFractors (Xamarin productivity tool) working folder
369
+ # MFractors (Xamarin productivity tool) working folder
333
370
.mfractor /
334
- Files.Extensions /nul
371
+
372
+ # Local History for Visual Studio
373
+ .localhistory /
374
+
375
+ # Visual Studio History (VSHistory) files
376
+ .vshistory /
377
+
378
+ # BeatPulse healthcheck temp database
379
+ healthchecksdb
380
+
381
+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
382
+ MigrationBackup /
383
+
384
+ # Ionide (cross platform F# VS Code tools) working folder
385
+ .ionide /
386
+
387
+ # Fody - auto-generated XML schema
388
+ FodyWeavers.xsd
389
+
390
+ # VS Code files for those working on multiple tools
391
+ .vscode /*
392
+ ! .vscode /settings.json
393
+ ! .vscode /tasks.json
394
+ ! .vscode /launch.json
395
+ ! .vscode /extensions.json
396
+ * .code-workspace
397
+
398
+ # Local History for Visual Studio Code
399
+ .history /
400
+
401
+ # Windows Installer files from build outputs
402
+ * .cab
403
+ * .msi
404
+ * .msix
405
+ * .msm
406
+ * .msp
407
+
408
+ # JetBrains Rider
409
+ * .sln.iml
410
+ .idea /
0 commit comments