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