1
1
# # Ignore Visual Studio temporary files, build results, and
2
2
# # files generated by popular Visual Studio add-ons.
3
+ # #
4
+ # # Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
3
5
4
6
# User-specific files
7
+ * .rsuser
5
8
* .suo
6
9
* .user
7
10
* .userosscache
10
13
# User-specific files (MonoDevelop/Xamarin Studio)
11
14
* .userprefs
12
15
16
+ # Mono auto generated files
17
+ mono_crash. *
18
+
13
19
# Build results
14
20
[Dd ]ebug /
15
21
[Dd ]ebugPublic /
16
22
[Rr ]elease /
17
23
[Rr ]eleases /
18
- [Xx ]64 /
19
- [Xx ]86 /
20
- [Bb ]uild /
24
+ x64 /
25
+ x86 /
26
+ [Ww ][Ii ][Nn ]32 /
27
+ [Aa ][Rr ][Mm ]/
28
+ [Aa ][Rr ][Mm ]64 /
21
29
bld /
22
30
[Bb ]in /
23
31
[Oo ]bj /
32
+ [Ll ]og /
33
+ [Ll ]ogs /
24
34
25
- # Visual Studio 2015 cache/options directory
35
+ # Visual Studio 2015/2017 cache/options directory
26
36
.vs /
27
37
# Uncomment if you have tasks that create the project's static files in wwwroot
28
38
# wwwroot/
29
39
40
+ # Visual Studio 2017 auto generated files
41
+ Generated \ Files /
42
+
30
43
# MSTest test Results
31
44
[Tt ]est [Rr ]esult * /
32
45
[Bb ]uild [Ll ]og. *
33
46
34
- # NUNIT
47
+ # NUnit
35
48
* .VisualState.xml
36
49
TestResult.xml
50
+ nunit- * .xml
37
51
38
52
# Build Results of an ATL Project
39
53
[Dd ]ebugPS /
40
54
[Rr ]eleasePS /
41
55
dlldata.c
42
56
43
- # DNX
57
+ # Benchmark Results
58
+ BenchmarkDotNet.Artifacts /
59
+
60
+ # .NET Core
44
61
project.lock.json
62
+ project.fragment.lock.json
45
63
artifacts /
46
64
65
+ # ASP.NET Scaffolding
66
+ ScaffoldingReadMe.txt
67
+
68
+ # StyleCop
69
+ StyleCopReport.xml
70
+
71
+ # Files built by Visual Studio
47
72
* _i.c
48
73
* _p.c
49
- * _i .h
74
+ * _h .h
50
75
* .ilk
51
76
* .meta
52
77
* .obj
78
+ * .iobj
53
79
* .pch
54
80
* .pdb
81
+ * .ipdb
55
82
* .pgc
56
83
* .pgd
57
84
* .rsp
@@ -61,7 +88,9 @@ artifacts/
61
88
* .tlh
62
89
* .tmp
63
90
* .tmp_proj
91
+ * _wpftmp.csproj
64
92
* .log
93
+ * .tlog
65
94
* .vspscc
66
95
* .vssscc
67
96
.builds
@@ -81,13 +110,17 @@ ipch/
81
110
* .sdf
82
111
* .cachefile
83
112
* .VC.db
113
+ * .VC.VC.opendb
84
114
85
115
# Visual Studio profiler
86
116
* .psess
87
117
* .vsp
88
118
* .vspx
89
119
* .sap
90
120
121
+ # Visual Studio Trace Files
122
+ * .e2e
123
+
91
124
# TFS 2012 Local Workspace
92
125
$tf /
93
126
@@ -99,15 +132,25 @@ _ReSharper*/
99
132
* . [Rr ]e [Ss ]harper
100
133
* .DotSettings.user
101
134
102
- # JustCode is a .NET coding add-in
103
- .JustCode
104
-
105
135
# TeamCity is a build add-in
106
136
_TeamCity *
107
137
108
138
# DotCover is a Code Coverage Tool
109
139
* .dotCover
110
140
141
+ # AxoCover is a Code Coverage Tool
142
+ .axoCover /*
143
+ ! .axoCover /settings.json
144
+
145
+ # Coverlet is a free, cross platform Code Coverage Tool
146
+ coverage * .json
147
+ coverage * .xml
148
+ coverage * .info
149
+
150
+ # Visual Studio code coverage results
151
+ * .coverage
152
+ * .coveragexml
153
+
111
154
# NCrunch
112
155
_NCrunch_ *
113
156
. * crunch * .local.xml
@@ -139,22 +182,25 @@ publish/
139
182
# Publish Web Output
140
183
* . [Pp ]ublish.xml
141
184
* .azurePubxml
142
-
143
- # TODO: Un-comment the next line if you do not want to checkin
144
- # your web deploy settings because they may include unencrypted
145
- # passwords
146
- # *.pubxml
185
+ # Note: Comment the next line if you want to checkin your web deploy settings,
186
+ # but database connection strings (with potential passwords) will be unencrypted
187
+ * .pubxml
147
188
* .publishproj
148
189
149
- # NuGet Packages
150
- * .nupkg
190
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
191
+ # checkin your Azure Web App publish settings, but sensitive information contained
192
+ # in these scripts will be unencrypted
193
+ PublishScripts /
194
+
195
+ # NuGet Symbol Packages
196
+ * .snupkg
151
197
# The packages folder can be ignored because of Package Restore
152
- ** /packages /*
198
+ ** /[ Pp ] ackages /*
153
199
# except build/, which is used as an MSBuild target.
154
- ! ** /packages /build /
200
+ ! ** /[ Pp ] ackages /build /
155
201
# Uncomment if necessary however generally it will be regenerated when needed
156
- # !**/packages /repositories.config
157
- # NuGet v3's project.json files produces more ignoreable files
202
+ # !**/[Pp]ackages /repositories.config
203
+ # NuGet v3's project.json files produces more ignorable files
158
204
* .nuget.props
159
205
* .nuget.targets
160
206
@@ -166,31 +212,40 @@ csx/
166
212
ecf /
167
213
rcf /
168
214
169
- # Microsoft Azure ApplicationInsights config file
170
- ApplicationInsights.config
171
-
172
- # Windows Store app package directory
215
+ # Windows Store app package directories and files
173
216
AppPackages /
174
217
BundleArtifacts /
218
+ Package.StoreAssociation.xml
219
+ _pkginfo.txt
220
+ * .appx
221
+ * .appxbundle
222
+ * .appxupload
175
223
176
224
# Visual Studio cache files
177
225
# files ending in .cache can be ignored
178
226
* . [Cc ]ache
179
227
# but keep track of directories ending in .cache
180
- ! * . [Cc ]ache /
228
+ ! ? *. [Cc ]ache /
181
229
182
230
# Others
183
231
ClientBin /
184
- [Ss ]tyle [Cc ]op. *
185
232
~$ *
186
233
* ~
187
234
* .dbmdl
188
235
* .dbproj.schemaview
236
+ * .jfm
189
237
* .pfx
190
238
* .publishsettings
191
- node_modules /
192
239
orleans.codegen.cs
193
240
241
+ # Including strong name files can present a security risk
242
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
243
+ # *.snk
244
+
245
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
246
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
247
+ # bower_components/
248
+
194
249
# RIA/Silverlight projects
195
250
Generated_Code /
196
251
@@ -201,15 +256,22 @@ _UpgradeReport_Files/
201
256
Backup * /
202
257
UpgradeLog * .XML
203
258
UpgradeLog * .htm
259
+ ServiceFabricBackup /
260
+ * .rptproj.bak
204
261
205
262
# SQL Server files
206
263
* .mdf
207
264
* .ldf
265
+ * .ndf
208
266
209
267
# Business Intelligence projects
210
268
* .rdl.data
211
269
* .bim.layout
212
270
* .bim_ * .settings
271
+ * .rptproj.rsuser
272
+ * - [Bb ]ackup.rdl
273
+ * - [Bb ]ackup ( [0-9 ]).rdl
274
+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
213
275
214
276
# Microsoft Fakes
215
277
FakesAssemblies /
@@ -219,13 +281,28 @@ FakesAssemblies/
219
281
220
282
# Node.js Tools for Visual Studio
221
283
.ntvs_analysis.dat
284
+ node_modules /
222
285
223
286
# Visual Studio 6 build log
224
287
* .plg
225
288
226
289
# Visual Studio 6 workspace options file
227
290
* .opt
228
291
292
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
293
+ * .vbw
294
+
295
+ # Visual Studio 6 auto-generated project file (contains which files were open etc.)
296
+ * .vbp
297
+
298
+ # Visual Studio 6 workspace and project file (working project files containing files to include in project)
299
+ * .dsw
300
+ * .dsp
301
+
302
+ # Visual Studio 6 technical files
303
+ * .ncb
304
+ * .aps
305
+
229
306
# Visual Studio LightSwitch build output
230
307
** /* .HTMLClient /GeneratedArtifacts
231
308
** /* .DesktopClient /GeneratedArtifacts
@@ -234,12 +311,86 @@ FakesAssemblies/
234
311
** /* .Server /ModelManifest.xml
235
312
_Pvt_Extensions
236
313
237
- # LightSwitch generated files
238
- GeneratedArtifacts /
239
- ModelManifest.xml
240
-
241
314
# Paket dependency manager
242
315
.paket /paket.exe
316
+ paket-files /
243
317
244
318
# FAKE - F# Make
245
- .fake /
319
+ .fake /
320
+
321
+ # CodeRush personal settings
322
+ .cr /personal
323
+
324
+ # Python Tools for Visual Studio (PTVS)
325
+ __pycache__ /
326
+ * .pyc
327
+
328
+ # Cake - Uncomment if you are using it
329
+ # tools/**
330
+ # !tools/packages.config
331
+
332
+ # Tabs Studio
333
+ * .tss
334
+
335
+ # Telerik's JustMock configuration file
336
+ * .jmconfig
337
+
338
+ # BizTalk build output
339
+ * .btp.cs
340
+ * .btm.cs
341
+ * .odx.cs
342
+ * .xsd.cs
343
+
344
+ # OpenCover UI analysis results
345
+ OpenCover /
346
+
347
+ # Azure Stream Analytics local run output
348
+ ASALocalRun /
349
+
350
+ # MSBuild Binary and Structured Log
351
+ * .binlog
352
+
353
+ # NVidia Nsight GPU debugger configuration file
354
+ * .nvuser
355
+
356
+ # MFractors (Xamarin productivity tool) working folder
357
+ .mfractor /
358
+
359
+ # Local History for Visual Studio
360
+ .localhistory /
361
+
362
+ # Visual Studio History (VSHistory) files
363
+ .vshistory /
364
+
365
+ # BeatPulse healthcheck temp database
366
+ healthchecksdb
367
+
368
+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
369
+ MigrationBackup /
370
+
371
+ # Ionide (cross platform F# VS Code tools) working folder
372
+ .ionide /
373
+
374
+ # Fody - auto-generated XML schema
375
+ FodyWeavers.xsd
376
+
377
+ # VS Code files for those working on multiple tools
378
+ .vscode /*
379
+ ! .vscode /settings.json
380
+ ! .vscode /tasks.json
381
+ ! .vscode /launch.json
382
+ ! .vscode /extensions.json
383
+ * .code-workspace
384
+
385
+ # Local History for Visual Studio Code
386
+ .history /
387
+
388
+ # Windows Installer files from build outputs
389
+ * .cab
390
+ * .msi
391
+ * .msix
392
+ * .msm
393
+ * .msp
394
+
395
+ # JetBrains Rider
396
+ * .sln.iml
0 commit comments