1
- # User-specific stuff:
2
- .idea /** /workspace.xml
3
- .idea /** /tasks.xml
4
- .idea /dictionaries
1
+ # Created by https://www.gitignore.io/api/visualstudio
2
+ # Edit at https://www.gitignore.io/?templates=visualstudio
5
3
4
+ # ## VisualStudio ###
6
5
# # Ignore Visual Studio temporary files, build results, and
7
6
# # files generated by popular Visual Studio add-ons.
7
+ # #
8
+ # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
8
9
9
10
# User-specific files
11
+ * .rsuser
10
12
* .suo
11
13
* .user
14
+ * .userosscache
12
15
* .sln.docstates
13
- .vs /
16
+
17
+ # User-specific files (MonoDevelop/Xamarin Studio)
18
+ * .userprefs
19
+
20
+ # Mono auto generated files
21
+ mono_crash. *
14
22
15
23
# Build results
16
24
[Dd ]ebug /
17
25
[Dd ]ebugPublic /
18
26
[Rr ]elease /
27
+ [Rr ]eleases /
19
28
x64 /
20
- build /
29
+ x86 /
30
+ [Aa ][Rr ][Mm ]/
31
+ [Aa ][Rr ][Mm ]64 /
21
32
bld /
22
33
[Bb ]in /
23
34
[Oo ]bj /
35
+ [Ll ]og /
24
36
25
37
# Visual Studio 2015/2017 cache/options directory
26
38
.vs /
39
+ # Uncomment if you have tasks that create the project's static files in wwwroot
40
+ # wwwroot/
27
41
28
- # Roslyn cache directories
29
- * .ide /
42
+ # Visual Studio 2017 auto generated files
43
+ Generated \ Files /
30
44
31
45
# MSTest test Results
32
46
[Tt ]est [Rr ]esult * /
33
47
[Bb ]uild [Ll ]og. *
34
48
35
- # NUNIT
49
+ # NUNIT
36
50
* .VisualState.xml
37
51
TestResult.xml
38
52
@@ -41,24 +55,38 @@ TestResult.xml
41
55
[Rr ]eleasePS /
42
56
dlldata.c
43
57
58
+ # Benchmark Results
59
+ BenchmarkDotNet.Artifacts /
60
+
61
+ # .NET Core
62
+ project.lock.json
63
+ project.fragment.lock.json
64
+ artifacts /
65
+
66
+ # StyleCop
67
+ StyleCopReport.xml
68
+
69
+ # Files built by Visual Studio
44
70
* _i.c
45
71
* _p.c
46
- * _i .h
72
+ * _h .h
47
73
* .ilk
48
74
* .meta
49
75
* .obj
76
+ * .iobj
50
77
* .pch
51
78
* .pdb
79
+ * .ipdb
52
80
* .pgc
53
81
* .pgd
54
82
* .rsp
55
- ! msbuild.rsp
56
83
* .sbr
57
84
* .tlb
58
85
* .tli
59
86
* .tlh
60
87
* .tmp
61
88
* .tmp_proj
89
+ * _wpftmp.csproj
62
90
* .log
63
91
* .vspscc
64
92
* .vssscc
@@ -74,14 +102,21 @@ _Chutzpah*
74
102
ipch /
75
103
* .aps
76
104
* .ncb
105
+ * .opendb
77
106
* .opensdf
78
107
* .sdf
79
108
* .cachefile
109
+ * .VC.db
110
+ * .VC.VC.opendb
80
111
81
112
# Visual Studio profiler
82
113
* .psess
83
114
* .vsp
84
115
* .vspx
116
+ * .sap
117
+
118
+ # Visual Studio Trace Files
119
+ * .e2e
85
120
86
121
# TFS 2012 Local Workspace
87
122
$tf /
@@ -94,7 +129,7 @@ _ReSharper*/
94
129
* . [Rr ]e [Ss ]harper
95
130
* .DotSettings.user
96
131
97
- # JustCode is a .NET coding addin -in
132
+ # JustCode is a .NET coding add -in
98
133
.JustCode
99
134
100
135
# TeamCity is a build add-in
@@ -103,9 +138,18 @@ _TeamCity*
103
138
# DotCover is a Code Coverage Tool
104
139
* .dotCover
105
140
141
+ # AxoCover is a Code Coverage Tool
142
+ .axoCover /*
143
+ ! .axoCover /settings.json
144
+
145
+ # Visual Studio code coverage results
146
+ * .coverage
147
+ * .coveragexml
148
+
106
149
# NCrunch
107
150
_NCrunch_ *
108
151
. * crunch * .local.xml
152
+ nCrunchTemp_ *
109
153
110
154
# MightyMoose
111
155
* .mm. *
@@ -133,42 +177,69 @@ publish/
133
177
# Publish Web Output
134
178
* . [Pp ]ublish.xml
135
179
* .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
-
141
- # NuGet Packages Directory
142
- packages /*
143
- # # TODO: If the tool you use requires repositories.config
144
- # # uncomment the next line
145
- # !packages/repositories.config
146
-
147
- # Enable "build/" folder in the NuGet Packages folder since
148
- # NuGet packages use it for MSBuild targets.
149
- # This line needs to be after the ignore of the build folder
150
- # (and the packages folder if the line above has been uncommented)
151
- ! packages /build /
152
-
153
- # Windows Azure Build Output
180
+ # Note: Comment the next line if you want to checkin your web deploy settings,
181
+ # but database connection strings (with potential passwords) will be unencrypted
182
+ * .pubxml
183
+ * .publishproj
184
+
185
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
186
+ # checkin your Azure Web App publish settings, but sensitive information contained
187
+ # in these scripts will be unencrypted
188
+ PublishScripts /
189
+
190
+ # NuGet Packages
191
+ * .nupkg
192
+ # The packages folder can be ignored because of Package Restore
193
+ ** /[Pp ]ackages /*
194
+ # except build/, which is used as an MSBuild target.
195
+ ! ** /[Pp ]ackages /build /
196
+ # Uncomment if necessary however generally it will be regenerated when needed
197
+ # !**/[Pp]ackages/repositories.config
198
+ # NuGet v3's project.json files produces more ignorable files
199
+ * .nuget.props
200
+ * .nuget.targets
201
+
202
+ # Microsoft Azure Build Output
154
203
csx /
155
204
* .build.csdef
156
205
157
- # Windows Store app package directory
206
+ # Microsoft Azure Emulator
207
+ ecf /
208
+ rcf /
209
+
210
+ # Windows Store app package directories and files
158
211
AppPackages /
212
+ BundleArtifacts /
213
+ Package.StoreAssociation.xml
214
+ _pkginfo.txt
215
+ * .appx
216
+ * .appxbundle
217
+ * .appxupload
218
+
219
+ # Visual Studio cache files
220
+ # files ending in .cache can be ignored
221
+ * . [Cc ]ache
222
+ # but keep track of directories ending in .cache
223
+ ! ?* . [Cc ]ache /
159
224
160
225
# Others
161
- sql /
162
- * .Cache
163
226
ClientBin /
164
- [Ss ]tyle [Cc ]op. *
165
227
~$ *
166
228
* ~
167
229
* .dbmdl
168
230
* .dbproj.schemaview
231
+ * .jfm
169
232
* .pfx
170
233
* .publishsettings
171
- node_modules /
234
+ orleans.codegen.cs
235
+
236
+ # Including strong name files can present a security risk
237
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
238
+ # *.snk
239
+
240
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
241
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
242
+ # bower_components/
172
243
173
244
# RIA/Silverlight projects
174
245
Generated_Code /
@@ -180,26 +251,103 @@ _UpgradeReport_Files/
180
251
Backup * /
181
252
UpgradeLog * .XML
182
253
UpgradeLog * .htm
254
+ ServiceFabricBackup /
255
+ * .rptproj.bak
183
256
184
257
# SQL Server files
185
258
* .mdf
186
259
* .ldf
260
+ * .ndf
187
261
188
262
# Business Intelligence projects
189
263
* .rdl.data
190
264
* .bim.layout
191
265
* .bim_ * .settings
266
+ * .rptproj.rsuser
267
+ * - Backup * .rdl
192
268
193
269
# Microsoft Fakes
194
270
FakesAssemblies /
195
271
196
- # LightSwitch generated files
197
- GeneratedArtifacts /
198
- _Pvt_Extensions /
199
- ModelManifest.xml
272
+ # GhostDoc plugin setting file
273
+ * .GhostDoc.xml
200
274
201
- # Docker stuff
202
- volumes /
275
+ # Node.js Tools for Visual Studio
276
+ .ntvs_analysis.dat
277
+ node_modules /
278
+
279
+ # Visual Studio 6 build log
280
+ * .plg
281
+
282
+ # Visual Studio 6 workspace options file
283
+ * .opt
284
+
285
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
286
+ * .vbw
287
+
288
+ # Visual Studio LightSwitch build output
289
+ ** /* .HTMLClient /GeneratedArtifacts
290
+ ** /* .DesktopClient /GeneratedArtifacts
291
+ ** /* .DesktopClient /ModelManifest.xml
292
+ ** /* .Server /GeneratedArtifacts
293
+ ** /* .Server /ModelManifest.xml
294
+ _Pvt_Extensions
203
295
204
- # Nuget publish
205
- * .nupkg
296
+ # Paket dependency manager
297
+ .paket /paket.exe
298
+ paket-files /
299
+
300
+ # FAKE - F# Make
301
+ .fake /
302
+
303
+ # CodeRush personal settings
304
+ .cr /personal
305
+
306
+ # Python Tools for Visual Studio (PTVS)
307
+ __pycache__ /
308
+ * .pyc
309
+
310
+ # Cake - Uncomment if you are using it
311
+ # tools/**
312
+ # !tools/packages.config
313
+
314
+ # Tabs Studio
315
+ * .tss
316
+
317
+ # Telerik's JustMock configuration file
318
+ * .jmconfig
319
+
320
+ # BizTalk build output
321
+ * .btp.cs
322
+ * .btm.cs
323
+ * .odx.cs
324
+ * .xsd.cs
325
+
326
+ # OpenCover UI analysis results
327
+ OpenCover /
328
+
329
+ # Azure Stream Analytics local run output
330
+ ASALocalRun /
331
+
332
+ # MSBuild Binary and Structured Log
333
+ * .binlog
334
+
335
+ # NVidia Nsight GPU debugger configuration file
336
+ * .nvuser
337
+
338
+ # MFractors (Xamarin productivity tool) working folder
339
+ .mfractor /
340
+
341
+ # Local History for Visual Studio
342
+ .localhistory /
343
+
344
+ # BeatPulse healthcheck temp database
345
+ healthchecksdb
346
+
347
+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
348
+ MigrationBackup /
349
+
350
+ # End of https://www.gitignore.io/api/visualstudio
351
+
352
+ # Docker stuff
353
+ volumes /
0 commit comments