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
7
* .rsuser
@@ -90,6 +90,7 @@ StyleCopReport.xml
90
90
* .tmp_proj
91
91
* _wpftmp.csproj
92
92
* .log
93
+ * .tlog
93
94
* .vspscc
94
95
* .vssscc
95
96
.builds
@@ -142,7 +143,9 @@ _TeamCity*
142
143
! .axoCover /settings.json
143
144
144
145
# Coverlet is a free, cross platform Code Coverage Tool
145
- coverage * [.json, .xml, .info ]
146
+ coverage * .json
147
+ coverage * .xml
148
+ coverage * .info
146
149
147
150
# Visual Studio code coverage results
148
151
* .coverage
@@ -291,6 +294,17 @@ node_modules/
291
294
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
292
295
* .vbw
293
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
+
294
308
# Visual Studio LightSwitch build output
295
309
** /* .HTMLClient /GeneratedArtifacts
296
310
** /* .DesktopClient /GeneratedArtifacts
@@ -347,6 +361,9 @@ ASALocalRun/
347
361
# Local History for Visual Studio
348
362
.localhistory /
349
363
364
+ # Visual Studio History (VSHistory) files
365
+ .vshistory /
366
+
350
367
# BeatPulse healthcheck temp database
351
368
healthchecksdb
352
369
@@ -356,8 +373,26 @@ MigrationBackup/
356
373
# Ionide (cross platform F# VS Code tools) working folder
357
374
.ionide /
358
375
359
- # 用于测试模块功能
360
- Test /*
361
-
362
- # Vscode
363
- .vscode /
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