4
4
# # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5
5
6
6
# User-specific files
7
+ * .rsuser
7
8
* .suo
8
9
* .user
9
10
* .userosscache
12
13
# User-specific files (MonoDevelop/Xamarin Studio)
13
14
* .userprefs
14
15
16
+ # Mono auto generated files
17
+ mono_crash. *
18
+
15
19
# Build results
16
20
[Dd ]ebug /
17
21
[Dd ]ebugPublic /
18
22
[Rr ]elease /
19
23
[Rr ]eleases /
20
24
x64 /
21
25
x86 /
26
+ [Aa ][Rr ][Mm ]/
27
+ [Aa ][Rr ][Mm ]64 /
22
28
bld /
23
29
[Bb ]in /
24
30
[Oo ]bj /
25
31
[Ll ]og /
26
32
27
- # Visual Studio 2015 cache/options directory
33
+ # Visual Studio 2015/2017 cache/options directory
28
34
.vs /
29
35
# Uncomment if you have tasks that create the project's static files in wwwroot
30
36
# wwwroot/
31
37
38
+ # Visual Studio 2017 auto generated files
39
+ Generated \ Files /
40
+
32
41
# MSTest test Results
33
42
[Tt ]est [Rr ]esult * /
34
43
[Bb ]uild [Ll ]og. *
35
44
36
- # NUNIT
45
+ # NUnit
37
46
* .VisualState.xml
38
47
TestResult.xml
48
+ nunit- * .xml
39
49
40
50
# Build Results of an ATL Project
41
51
[Dd ]ebugPS /
42
52
[Rr ]eleasePS /
43
53
dlldata.c
44
54
55
+ # Benchmark Results
56
+ BenchmarkDotNet.Artifacts /
57
+
45
58
# .NET Core
46
59
project.lock.json
47
60
project.fragment.lock.json
48
61
artifacts /
49
- ** /Properties /launchSettings.json
50
62
63
+ # StyleCop
64
+ StyleCopReport.xml
65
+
66
+ # Files built by Visual Studio
51
67
* _i.c
52
68
* _p.c
53
- * _i .h
69
+ * _h .h
54
70
* .ilk
55
71
* .meta
56
72
* .obj
73
+ * .iobj
57
74
* .pch
58
75
* .pdb
76
+ * .ipdb
59
77
* .pgc
60
78
* .pgd
61
79
* .rsp
@@ -65,6 +83,7 @@ artifacts/
65
83
* .tlh
66
84
* .tmp
67
85
* .tmp_proj
86
+ * _wpftmp.csproj
68
87
* .log
69
88
* .vspscc
70
89
* .vssscc
93
112
* .vspx
94
113
* .sap
95
114
115
+ # Visual Studio Trace Files
116
+ * .e2e
117
+
96
118
# TFS 2012 Local Workspace
97
119
$tf /
98
120
@@ -113,6 +135,10 @@ _TeamCity*
113
135
# DotCover is a Code Coverage Tool
114
136
* .dotCover
115
137
138
+ # AxoCover is a Code Coverage Tool
139
+ .axoCover /*
140
+ ! .axoCover /settings.json
141
+
116
142
# Visual Studio code coverage results
117
143
* .coverage
118
144
* .coveragexml
@@ -148,7 +174,7 @@ publish/
148
174
# Publish Web Output
149
175
* . [Pp ]ublish.xml
150
176
* .azurePubxml
151
- # TODO : Comment the next line if you want to checkin your web deploy settings
177
+ # Note : Comment the next line if you want to checkin your web deploy settings,
152
178
# but database connection strings (with potential passwords) will be unencrypted
153
179
* .pubxml
154
180
* .publishproj
@@ -160,13 +186,15 @@ PublishScripts/
160
186
161
187
# NuGet Packages
162
188
* .nupkg
189
+ # NuGet Symbol Packages
190
+ * .snupkg
163
191
# The packages folder can be ignored because of Package Restore
164
- ** /packages /*
192
+ ** /[ Pp ] ackages /*
165
193
# except build/, which is used as an MSBuild target.
166
- ! ** /packages /build /
194
+ ! ** /[ Pp ] ackages /build /
167
195
# Uncomment if necessary however generally it will be regenerated when needed
168
- # !**/packages /repositories.config
169
- # NuGet v3's project.json files produces more ignoreable files
196
+ # !**/[Pp]ackages /repositories.config
197
+ # NuGet v3's project.json files produces more ignorable files
170
198
* .nuget.props
171
199
* .nuget.targets
172
200
@@ -183,12 +211,15 @@ AppPackages/
183
211
BundleArtifacts /
184
212
Package.StoreAssociation.xml
185
213
_pkginfo.txt
214
+ * .appx
215
+ * .appxbundle
216
+ * .appxupload
186
217
187
218
# Visual Studio cache files
188
219
# files ending in .cache can be ignored
189
220
* . [Cc ]ache
190
221
# but keep track of directories ending in .cache
191
- ! * . [Cc ]ache /
222
+ ! ? *. [Cc ]ache /
192
223
193
224
# Others
194
225
ClientBin /
@@ -199,9 +230,12 @@ ClientBin/
199
230
* .jfm
200
231
* .pfx
201
232
* .publishsettings
202
- node_modules /
203
233
orleans.codegen.cs
204
234
235
+ # Including strong name files can present a security risk
236
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
237
+ # *.snk
238
+
205
239
# Since there are multiple workflows, uncomment next line to ignore bower_components
206
240
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
207
241
# bower_components/
@@ -216,15 +250,22 @@ _UpgradeReport_Files/
216
250
Backup * /
217
251
UpgradeLog * .XML
218
252
UpgradeLog * .htm
253
+ ServiceFabricBackup /
254
+ * .rptproj.bak
219
255
220
256
# SQL Server files
221
257
* .mdf
222
258
* .ldf
259
+ * .ndf
223
260
224
261
# Business Intelligence projects
225
262
* .rdl.data
226
263
* .bim.layout
227
264
* .bim_ * .settings
265
+ * .rptproj.rsuser
266
+ * - [Bb ]ackup.rdl
267
+ * - [Bb ]ackup ( [0-9 ]).rdl
268
+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
228
269
229
270
# Microsoft Fakes
230
271
FakesAssemblies /
@@ -234,6 +275,7 @@ FakesAssemblies/
234
275
235
276
# Node.js Tools for Visual Studio
236
277
.ntvs_analysis.dat
278
+ node_modules /
237
279
238
280
# Visual Studio 6 build log
239
281
* .plg
@@ -259,12 +301,8 @@ paket-files/
259
301
# FAKE - F# Make
260
302
.fake /
261
303
262
- # JetBrains Rider
263
- .idea /
264
- * .sln.iml
265
-
266
- # CodeRush
267
- .cr /
304
+ # CodeRush personal settings
305
+ .cr /personal
268
306
269
307
# Python Tools for Visual Studio (PTVS)
270
308
__pycache__ /
@@ -273,3 +311,42 @@ __pycache__/
273
311
# Cake - Uncomment if you are using it
274
312
# tools/**
275
313
# !tools/packages.config
314
+
315
+ # Tabs Studio
316
+ * .tss
317
+
318
+ # Telerik's JustMock configuration file
319
+ * .jmconfig
320
+
321
+ # BizTalk build output
322
+ * .btp.cs
323
+ * .btm.cs
324
+ * .odx.cs
325
+ * .xsd.cs
326
+
327
+ # OpenCover UI analysis results
328
+ OpenCover /
329
+
330
+ # Azure Stream Analytics local run output
331
+ ASALocalRun /
332
+
333
+ # MSBuild Binary and Structured Log
334
+ * .binlog
335
+
336
+ # NVidia Nsight GPU debugger configuration file
337
+ * .nvuser
338
+
339
+ # MFractors (Xamarin productivity tool) working folder
340
+ .mfractor /
341
+
342
+ # Local History for Visual Studio
343
+ .localhistory /
344
+
345
+ # BeatPulse healthcheck temp database
346
+ healthchecksdb
347
+
348
+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
349
+ MigrationBackup /
350
+
351
+ # Ionide (cross platform F# VS Code tools) working folder
352
+ .ionide /
0 commit comments