8
8
* .user
9
9
* .userosscache
10
10
* .sln.docstates
11
- * .vcxproj.filters
12
11
13
12
# User-specific files (MonoDevelop/Xamarin Studio)
14
13
* .userprefs
25
24
[Oo ]bj /
26
25
[Ll ]og /
27
26
28
- # Visual Studio 2015 cache/options directory
27
+ # Visual Studio 2015/2017 cache/options directory
29
28
.vs /
30
29
# Uncomment if you have tasks that create the project's static files in wwwroot
31
30
# wwwroot/
32
31
32
+ # Visual Studio 2017 auto generated files
33
+ Generated \ Files /
34
+
33
35
# MSTest test Results
34
36
[Tt ]est [Rr ]esult * /
35
37
[Bb ]uild [Ll ]og. *
@@ -43,12 +45,19 @@ TestResult.xml
43
45
[Rr ]eleasePS /
44
46
dlldata.c
45
47
46
- # DNX
48
+ # Benchmark Results
49
+ BenchmarkDotNet.Artifacts /
50
+
51
+ # .NET Core
47
52
project.lock.json
48
53
project.fragment.lock.json
49
54
artifacts /
50
55
** /Properties /launchSettings.json
51
56
57
+ # StyleCop
58
+ StyleCopReport.xml
59
+
60
+ # Files built by Visual Studio
52
61
* _i.c
53
62
* _p.c
54
63
* _i.h
94
103
* .vspx
95
104
* .sap
96
105
106
+ # Visual Studio Trace Files
107
+ * .e2e
108
+
97
109
# TFS 2012 Local Workspace
98
110
$tf /
99
111
@@ -114,6 +126,10 @@ _TeamCity*
114
126
# DotCover is a Code Coverage Tool
115
127
* .dotCover
116
128
129
+ # AxoCover is a Code Coverage Tool
130
+ .axoCover /*
131
+ ! .axoCover /settings.json
132
+
117
133
# Visual Studio code coverage results
118
134
* .coverage
119
135
* .coveragexml
@@ -149,7 +165,7 @@ publish/
149
165
# Publish Web Output
150
166
* . [Pp ]ublish.xml
151
167
* .azurePubxml
152
- # TODO : Comment the next line if you want to checkin your web deploy settings
168
+ # Note : Comment the next line if you want to checkin your web deploy settings,
153
169
# but database connection strings (with potential passwords) will be unencrypted
154
170
* .pubxml
155
171
* .publishproj
@@ -162,12 +178,12 @@ PublishScripts/
162
178
# NuGet Packages
163
179
* .nupkg
164
180
# The packages folder can be ignored because of Package Restore
165
- ** /packages /*
181
+ ** /[ Pp ] ackages /*
166
182
# except build/, which is used as an MSBuild target.
167
- ! ** /packages /build /
183
+ ! ** /[ Pp ] ackages /build /
168
184
# Uncomment if necessary however generally it will be regenerated when needed
169
- # !**/packages /repositories.config
170
- # NuGet v3's project.json files produces more ignoreable files
185
+ # !**/[Pp]ackages /repositories.config
186
+ # NuGet v3's project.json files produces more ignorable files
171
187
* .nuget.props
172
188
* .nuget.targets
173
189
@@ -184,6 +200,7 @@ AppPackages/
184
200
BundleArtifacts /
185
201
Package.StoreAssociation.xml
186
202
_pkginfo.txt
203
+ * .appx
187
204
188
205
# Visual Studio cache files
189
206
# files ending in .cache can be ignored
@@ -200,9 +217,12 @@ ClientBin/
200
217
* .jfm
201
218
* .pfx
202
219
* .publishsettings
203
- node_modules /
204
220
orleans.codegen.cs
205
221
222
+ # Including strong name files can present a security risk
223
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
224
+ # *.snk
225
+
206
226
# Since there are multiple workflows, uncomment next line to ignore bower_components
207
227
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
208
228
# bower_components/
@@ -217,10 +237,12 @@ _UpgradeReport_Files/
217
237
Backup * /
218
238
UpgradeLog * .XML
219
239
UpgradeLog * .htm
240
+ ServiceFabricBackup /
220
241
221
242
# SQL Server files
222
243
* .mdf
223
244
* .ldf
245
+ * .ndf
224
246
225
247
# Business Intelligence projects
226
248
* .rdl.data
@@ -235,6 +257,10 @@ FakesAssemblies/
235
257
236
258
# Node.js Tools for Visual Studio
237
259
.ntvs_analysis.dat
260
+ node_modules /
261
+
262
+ # TypeScript v1 declaration files
263
+ typings /
238
264
239
265
# Visual Studio 6 build log
240
266
* .plg
@@ -272,4 +298,27 @@ __pycache__/
272
298
* .pyc
273
299
274
300
# Cake - Uncomment if you are using it
275
- # tools/
301
+ # tools/**
302
+ # !tools/packages.config
303
+
304
+ # Tabs Studio
305
+ * .tss
306
+
307
+ # Telerik's JustMock configuration file
308
+ * .jmconfig
309
+
310
+ # BizTalk build output
311
+ * .btp.cs
312
+ * .btm.cs
313
+ * .odx.cs
314
+ * .xsd.cs
315
+
316
+ # OpenCover UI analysis results
317
+ OpenCover /
318
+
319
+ # Azure Stream Analytics local run output
320
+ ASALocalRun /
321
+
322
+ # MSBuild Binary and Structured Log
323
+ * .binlog
324
+
0 commit comments