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
5
3
6
4
# User-specific files
7
5
* .suo
24
22
[Oo ]bj /
25
23
[Ll ]og /
26
24
27
- # Visual Studio 2015/2017 cache/options directory
25
+ # Visual Studio 2015 cache/options directory
28
26
.vs /
29
27
# Uncomment if you have tasks that create the project's static files in wwwroot
30
28
# wwwroot/
31
29
32
- # Visual Studio 2017 auto generated files
33
- Generated \ Files /
34
-
35
30
# MSTest test Results
36
31
[Tt ]est [Rr ]esult * /
37
32
[Bb ]uild [Ll ]og. *
@@ -45,29 +40,19 @@ TestResult.xml
45
40
[Rr ]eleasePS /
46
41
dlldata.c
47
42
48
- # Benchmark Results
49
- BenchmarkDotNet.Artifacts /
50
-
51
- # .NET Core
43
+ # DNX
52
44
project.lock.json
53
45
project.fragment.lock.json
54
46
artifacts /
55
- ** /Properties /launchSettings.json
56
-
57
- # StyleCop
58
- StyleCopReport.xml
59
47
60
- # Files built by Visual Studio
61
48
* _i.c
62
49
* _p.c
63
50
* _i.h
64
51
* .ilk
65
52
* .meta
66
53
* .obj
67
- * .iobj
68
54
* .pch
69
55
* .pdb
70
- * .ipdb
71
56
* .pgc
72
57
* .pgd
73
58
* .rsp
105
90
* .vspx
106
91
* .sap
107
92
108
- # Visual Studio Trace Files
109
- * .e2e
110
-
111
93
# TFS 2012 Local Workspace
112
94
$tf /
113
95
@@ -128,14 +110,6 @@ _TeamCity*
128
110
# DotCover is a Code Coverage Tool
129
111
* .dotCover
130
112
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
-
139
113
# NCrunch
140
114
_NCrunch_ *
141
115
. * crunch * .local.xml
@@ -167,9 +141,9 @@ publish/
167
141
# Publish Web Output
168
142
* . [Pp ]ublish.xml
169
143
* .azurePubxml
170
- # Note : Comment the next line if you want to checkin your web deploy settings,
144
+ # TODO : Comment the next line if you want to checkin your web deploy settings
171
145
# but database connection strings (with potential passwords) will be unencrypted
172
- * .pubxml
146
+ # *.pubxml
173
147
* .publishproj
174
148
175
149
# Microsoft Azure Web App publish settings. Comment the next line if you want to
@@ -180,12 +154,12 @@ PublishScripts/
180
154
# NuGet Packages
181
155
* .nupkg
182
156
# The packages folder can be ignored because of Package Restore
183
- ** /[ Pp ] ackages /*
157
+ ** /packages /*
184
158
# except build/, which is used as an MSBuild target.
185
- ! ** /[ Pp ] ackages /build /
159
+ ! ** /packages /build /
186
160
# Uncomment if necessary however generally it will be regenerated when needed
187
- # !**/[Pp]ackages /repositories.config
188
- # NuGet v3's project.json files produces more ignorable files
161
+ # !**/packages /repositories.config
162
+ # NuGet v3's project.json files produces more ignoreable files
189
163
* .nuget.props
190
164
* .nuget.targets
191
165
@@ -202,7 +176,6 @@ AppPackages/
202
176
BundleArtifacts /
203
177
Package.StoreAssociation.xml
204
178
_pkginfo.txt
205
- * .appx
206
179
207
180
# Visual Studio cache files
208
181
# files ending in .cache can be ignored
@@ -219,12 +192,9 @@ ClientBin/
219
192
* .jfm
220
193
* .pfx
221
194
* .publishsettings
195
+ node_modules /
222
196
orleans.codegen.cs
223
197
224
- # Including strong name files can present a security risk
225
- # (https://github.com/github/gitignore/pull/2483#issue-259490424)
226
- # *.snk
227
-
228
198
# Since there are multiple workflows, uncomment next line to ignore bower_components
229
199
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
230
200
# bower_components/
@@ -239,19 +209,15 @@ _UpgradeReport_Files/
239
209
Backup * /
240
210
UpgradeLog * .XML
241
211
UpgradeLog * .htm
242
- ServiceFabricBackup /
243
- * .rptproj.bak
244
212
245
213
# SQL Server files
246
214
* .mdf
247
215
* .ldf
248
- * .ndf
249
216
250
217
# Business Intelligence projects
251
218
* .rdl.data
252
219
* .bim.layout
253
220
* .bim_ * .settings
254
- * .rptproj.rsuser
255
221
256
222
# Microsoft Fakes
257
223
FakesAssemblies /
@@ -261,17 +227,13 @@ FakesAssemblies/
261
227
262
228
# Node.js Tools for Visual Studio
263
229
.ntvs_analysis.dat
264
- node_modules /
265
230
266
231
# Visual Studio 6 build log
267
232
* .plg
268
233
269
234
# Visual Studio 6 workspace options file
270
235
* .opt
271
236
272
- # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
273
- * .vbw
274
-
275
237
# Visual Studio LightSwitch build output
276
238
** /* .HTMLClient /GeneratedArtifacts
277
239
** /* .DesktopClient /GeneratedArtifacts
@@ -296,35 +258,4 @@ paket-files/
296
258
297
259
# Python Tools for Visual Studio (PTVS)
298
260
__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 /
261
+ * .pyc
0 commit comments