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/master/VisualStudio.gitignore
3
5
4
6
# User-specific files
5
7
* .suo
17
19
[Rr ]eleases /
18
20
x64 /
19
21
x86 /
20
- build /
21
22
bld /
22
23
[Bb ]in /
23
24
[Oo ]bj /
25
+ [Ll ]og /
24
26
25
- # Visual Studio 2015 cache/options directory
27
+ # Visual Studio 2015/2017 cache/options directory
26
28
.vs /
29
+ # Uncomment if you have tasks that create the project's static files in wwwroot
30
+ # wwwroot/
31
+
32
+ # Visual Studio 2017 auto generated files
33
+ Generated \ Files /
27
34
28
35
# MSTest test Results
29
36
[Tt ]est [Rr ]esult * /
@@ -38,18 +45,29 @@ TestResult.xml
38
45
[Rr ]eleasePS /
39
46
dlldata.c
40
47
41
- # DNX
48
+ # Benchmark Results
49
+ BenchmarkDotNet.Artifacts /
50
+
51
+ # .NET Core
42
52
project.lock.json
53
+ project.fragment.lock.json
43
54
artifacts /
55
+ ** /Properties /launchSettings.json
44
56
57
+ # StyleCop
58
+ StyleCopReport.xml
59
+
60
+ # Files built by Visual Studio
45
61
* _i.c
46
62
* _p.c
47
63
* _i.h
48
64
* .ilk
49
65
* .meta
50
66
* .obj
67
+ * .iobj
51
68
* .pch
52
69
* .pdb
70
+ * .ipdb
53
71
* .pgc
54
72
* .pgd
55
73
* .rsp
@@ -74,14 +92,21 @@ _Chutzpah*
74
92
ipch /
75
93
* .aps
76
94
* .ncb
95
+ * .opendb
77
96
* .opensdf
78
97
* .sdf
79
98
* .cachefile
99
+ * .VC.db
100
+ * .VC.VC.opendb
80
101
81
102
# Visual Studio profiler
82
103
* .psess
83
104
* .vsp
84
105
* .vspx
106
+ * .sap
107
+
108
+ # Visual Studio Trace Files
109
+ * .e2e
85
110
86
111
# TFS 2012 Local Workspace
87
112
$tf /
@@ -103,9 +128,18 @@ _TeamCity*
103
128
# DotCover is a Code Coverage Tool
104
129
* .dotCover
105
130
131
+ # AxoCover is a Code Coverage Tool
132
+ .axoCover /*
133
+ ! .axoCover /settings.json
134
+
135
+ # Visual Studio code coverage results
136
+ * .coverage
137
+ * .coveragexml
138
+
106
139
# NCrunch
107
140
_NCrunch_ *
108
141
. * crunch * .local.xml
142
+ nCrunchTemp_ *
109
143
110
144
# MightyMoose
111
145
* .mm. *
@@ -133,28 +167,42 @@ publish/
133
167
# Publish Web Output
134
168
* . [Pp ]ublish.xml
135
169
* .azurePubxml
136
- # # TODO: Comment the next line if you want to checkin your
137
- # # web deploy settings but do note that will include unencrypted
138
- # # passwords
139
- # *.pubxml
140
-
170
+ # Note: Comment the next line if you want to checkin your web deploy settings,
171
+ # but database connection strings (with potential passwords) will be unencrypted
172
+ * .pubxml
141
173
* .publishproj
142
174
175
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
176
+ # checkin your Azure Web App publish settings, but sensitive information contained
177
+ # in these scripts will be unencrypted
178
+ PublishScripts /
179
+
143
180
# NuGet Packages
144
181
* .nupkg
145
182
# The packages folder can be ignored because of Package Restore
146
- ** /packages /*
183
+ ** /[ Pp ] ackages /*
147
184
# except build/, which is used as an MSBuild target.
148
- ! ** /packages /build /
185
+ ! ** /[ Pp ] ackages /build /
149
186
# Uncomment if necessary however generally it will be regenerated when needed
150
- # !**/packages/repositories.config
187
+ # !**/[Pp]ackages/repositories.config
188
+ # NuGet v3's project.json files produces more ignorable files
189
+ * .nuget.props
190
+ * .nuget.targets
151
191
152
- # Windows Azure Build Output
192
+ # Microsoft Azure Build Output
153
193
csx /
154
194
* .build.csdef
155
195
156
- # Windows Store app package directory
196
+ # Microsoft Azure Emulator
197
+ ecf /
198
+ rcf /
199
+
200
+ # Windows Store app package directories and files
157
201
AppPackages /
202
+ BundleArtifacts /
203
+ Package.StoreAssociation.xml
204
+ _pkginfo.txt
205
+ * .appx
158
206
159
207
# Visual Studio cache files
160
208
# files ending in .cache can be ignored
@@ -168,11 +216,19 @@ ClientBin/
168
216
* ~
169
217
* .dbmdl
170
218
* .dbproj.schemaview
219
+ * .jfm
171
220
* .pfx
172
221
* .publishsettings
173
- node_modules /
174
222
orleans.codegen.cs
175
223
224
+ # Including strong name files can present a security risk
225
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
226
+ # *.snk
227
+
228
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
229
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
230
+ # bower_components/
231
+
176
232
# RIA/Silverlight projects
177
233
Generated_Code /
178
234
@@ -183,32 +239,96 @@ _UpgradeReport_Files/
183
239
Backup * /
184
240
UpgradeLog * .XML
185
241
UpgradeLog * .htm
242
+ ServiceFabricBackup /
243
+ * .rptproj.bak
186
244
187
245
# SQL Server files
188
246
* .mdf
189
247
* .ldf
248
+ * .ndf
190
249
191
250
# Business Intelligence projects
192
251
* .rdl.data
193
252
* .bim.layout
194
253
* .bim_ * .settings
254
+ * .rptproj.rsuser
195
255
196
256
# Microsoft Fakes
197
257
FakesAssemblies /
198
258
259
+ # GhostDoc plugin setting file
260
+ * .GhostDoc.xml
261
+
199
262
# Node.js Tools for Visual Studio
200
263
.ntvs_analysis.dat
264
+ node_modules /
201
265
202
266
# Visual Studio 6 build log
203
267
* .plg
204
268
205
269
# Visual Studio 6 workspace options file
206
270
* .opt
207
271
208
- # LightSwitch generated files
209
- GeneratedArtifacts /
210
- _Pvt_Extensions /
211
- ModelManifest.xml
272
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
273
+ * .vbw
274
+
275
+ # Visual Studio LightSwitch build output
276
+ ** /* .HTMLClient /GeneratedArtifacts
277
+ ** /* .DesktopClient /GeneratedArtifacts
278
+ ** /* .DesktopClient /ModelManifest.xml
279
+ ** /* .Server /GeneratedArtifacts
280
+ ** /* .Server /ModelManifest.xml
281
+ _Pvt_Extensions
282
+
283
+ # Paket dependency manager
284
+ .paket /paket.exe
285
+ paket-files /
286
+
287
+ # FAKE - F# Make
288
+ .fake /
289
+
290
+ # JetBrains Rider
291
+ .idea /
292
+ * .sln.iml
293
+
294
+ # CodeRush
295
+ .cr /
296
+
297
+ # Python Tools for Visual Studio (PTVS)
298
+ __pycache__ /
299
+ * .pyc
300
+
301
+ # Cake - Uncomment if you are using it
302
+ # tools/**
303
+ # !tools/packages.config
304
+
305
+ # Tabs Studio
306
+ * .tss
307
+
308
+ # Telerik's JustMock configuration file
309
+ * .jmconfig
310
+
311
+ # BizTalk build output
312
+ * .btp.cs
313
+ * .btm.cs
314
+ * .odx.cs
315
+ * .xsd.cs
316
+
317
+ # OpenCover UI analysis results
318
+ OpenCover /
319
+
320
+ # Azure Stream Analytics local run output
321
+ ASALocalRun /
322
+
323
+ # MSBuild Binary and Structured Log
324
+ * .binlog
325
+
326
+ # NVidia Nsight GPU debugger configuration file
327
+ * .nvuser
328
+
329
+ # MFractors (Xamarin productivity tool) working folder
330
+ .mfractor /
212
331
213
- # OpenCover
214
- OpenCover /*
332
+ coverage.xml
333
+ opencover.xml
334
+ /.sonarqube
0 commit comments