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,16 +90,14 @@ StyleCopReport.xml
90
90
* .tmp_proj
91
91
* _wpftmp.csproj
92
92
* .log
93
+ * .tlog
93
94
* .vspscc
94
95
* .vssscc
95
96
.builds
96
97
* .pidb
97
98
* .svclog
98
99
* .scc
99
100
100
- # MacOS file systems
101
- ** /.DS_STORE
102
-
103
101
# Chutzpah Test files
104
102
_Chutzpah *
105
103
@@ -134,9 +132,6 @@ _ReSharper*/
134
132
* . [Rr ]e [Ss ]harper
135
133
* .DotSettings.user
136
134
137
- # JetBrains Rider
138
- .idea /
139
-
140
135
# TeamCity is a build add-in
141
136
_TeamCity *
142
137
@@ -148,7 +143,9 @@ _TeamCity*
148
143
! .axoCover /settings.json
149
144
150
145
# Coverlet is a free, cross platform Code Coverage Tool
151
- coverage * [.json, .xml, .info ]
146
+ coverage * .json
147
+ coverage * .xml
148
+ coverage * .info
152
149
153
150
# Visual Studio code coverage results
154
151
* .coverage
@@ -297,6 +294,17 @@ node_modules/
297
294
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
298
295
* .vbw
299
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
+
300
308
# Visual Studio LightSwitch build output
301
309
** /* .HTMLClient /GeneratedArtifacts
302
310
** /* .DesktopClient /GeneratedArtifacts
@@ -353,6 +361,9 @@ ASALocalRun/
353
361
# Local History for Visual Studio
354
362
.localhistory /
355
363
364
+ # Visual Studio History (VSHistory) files
365
+ .vshistory /
366
+
356
367
# BeatPulse healthcheck temp database
357
368
healthchecksdb
358
369
@@ -365,5 +376,36 @@ MigrationBackup/
365
376
# Fody - auto-generated XML schema
366
377
FodyWeavers.xsd
367
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
+ # ############################################
401
+ # ## Additions specific to this repository ###
402
+ # ############################################
403
+
404
+ # MacOS file systems
405
+ ** /.DS_STORE
406
+
368
407
# Sqlite example databases
369
408
* .db
409
+
410
+ # JetBrains Rider
411
+ .idea /
0 commit comments