1
+ # Custom
2
+ tools /
3
+ build /
4
+ .nuget /
5
+ .dotnet /
6
+ .idea /
7
+ . [Dd ][Ss ]_ [Ss ]tore
8
+
9
+ # # NBench output
10
+ [Pp ]erf [Rr ]esult * /
11
+
1
12
# # Ignore Visual Studio temporary files, build results, and
2
13
# # files generated by popular Visual Studio add-ons.
3
14
# #
4
15
# # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5
16
6
17
# User-specific files
7
- * .rsuser
8
18
* .suo
9
19
* .user
10
20
* .userosscache
13
23
# User-specific files (MonoDevelop/Xamarin Studio)
14
24
* .userprefs
15
25
16
- # Mono auto generated files
17
- mono_crash. *
18
-
19
26
# Build results
20
27
[Dd ]ebug /
21
28
[Dd ]ebugPublic /
22
29
[Rr ]elease /
23
30
[Rr ]eleases /
24
31
x64 /
25
32
x86 /
26
- [Aa ][Rr ][Mm ]/
27
- [Aa ][Rr ][Mm ]64 /
28
33
bld /
29
34
[Bb ]in /
30
35
[Oo ]bj /
31
36
[Ll ]og /
32
- [Ll ]ogs /
33
37
34
- # Visual Studio 2015/2017 cache/options directory
38
+ # FAKE
39
+ .fake
40
+ tools /
41
+
42
+ # DocFx output
43
+ _site /
44
+
45
+ # Visual Studio 2015 cache/options directory
35
46
.vs /
36
47
# Uncomment if you have tasks that create the project's static files in wwwroot
37
48
# wwwroot/
38
49
39
- # Visual Studio 2017 auto generated files
40
- Generated \ Files /
41
-
42
50
# MSTest test Results
43
51
[Tt ]est [Rr ]esult * /
44
52
[Bb ]uild [Ll ]og. *
45
53
46
- # NUnit
54
+ # NUNIT
47
55
* .VisualState.xml
48
56
TestResult.xml
49
- nunit- * .xml
50
57
51
58
# Build Results of an ATL Project
52
59
[Dd ]ebugPS /
53
60
[Rr ]eleasePS /
54
61
dlldata.c
55
62
56
- # Benchmark Results
57
- BenchmarkDotNet.Artifacts /
58
-
59
63
# .NET Core
60
64
project.lock.json
61
65
project.fragment.lock.json
62
66
artifacts /
67
+ ** /Properties /launchSettings.json
63
68
64
- # StyleCop
65
- StyleCopReport.xml
66
-
67
- # Files built by Visual Studio
68
69
* _i.c
69
70
* _p.c
70
- * _h .h
71
+ * _i .h
71
72
* .ilk
72
73
* .meta
73
74
* .obj
74
- * .iobj
75
75
* .pch
76
76
* .pdb
77
- * .ipdb
78
77
* .pgc
79
78
* .pgd
80
79
* .rsp
@@ -84,7 +83,6 @@ StyleCopReport.xml
84
83
* .tlh
85
84
* .tmp
86
85
* .tmp_proj
87
- * _wpftmp.csproj
88
86
* .log
89
87
* .vspscc
90
88
* .vssscc
@@ -113,9 +111,6 @@ ipch/
113
111
* .vspx
114
112
* .sap
115
113
116
- # Visual Studio Trace Files
117
- * .e2e
118
-
119
114
# TFS 2012 Local Workspace
120
115
$tf /
121
116
@@ -127,16 +122,15 @@ _ReSharper*/
127
122
* . [Rr ]e [Ss ]harper
128
123
* .DotSettings.user
129
124
125
+ # JustCode is a .NET coding add-in
126
+ .JustCode
127
+
130
128
# TeamCity is a build add-in
131
129
_TeamCity *
132
130
133
131
# DotCover is a Code Coverage Tool
134
132
* .dotCover
135
133
136
- # AxoCover is a Code Coverage Tool
137
- .axoCover /*
138
- ! .axoCover /settings.json
139
-
140
134
# Visual Studio code coverage results
141
135
* .coverage
142
136
* .coveragexml
@@ -172,7 +166,7 @@ publish/
172
166
# Publish Web Output
173
167
* . [Pp ]ublish.xml
174
168
* .azurePubxml
175
- # Note : Comment the next line if you want to checkin your web deploy settings,
169
+ # TODO : Comment the next line if you want to checkin your web deploy settings
176
170
# but database connection strings (with potential passwords) will be unencrypted
177
171
* .pubxml
178
172
* .publishproj
@@ -184,14 +178,12 @@ PublishScripts/
184
178
185
179
# NuGet Packages
186
180
* .nupkg
187
- # NuGet Symbol Packages
188
- * .snupkg
189
181
# The packages folder can be ignored because of Package Restore
190
- ** /[ Pp ] ackages /*
182
+ ** /packages /*
191
183
# except build/, which is used as an MSBuild target.
192
- ! ** /[ Pp ] ackages /build /
184
+ ! ** /packages /build /
193
185
# Uncomment if necessary however generally it will be regenerated when needed
194
- # !**/[Pp]ackages /repositories.config
186
+ # !**/packages /repositories.config
195
187
# NuGet v3's project.json files produces more ignorable files
196
188
* .nuget.props
197
189
* .nuget.targets
@@ -209,15 +201,12 @@ AppPackages/
209
201
BundleArtifacts /
210
202
Package.StoreAssociation.xml
211
203
_pkginfo.txt
212
- * .appx
213
- * .appxbundle
214
- * .appxupload
215
204
216
205
# Visual Studio cache files
217
206
# files ending in .cache can be ignored
218
207
* . [Cc ]ache
219
208
# but keep track of directories ending in .cache
220
- ! ? *. [Cc ]ache /
209
+ ! * . [Cc ]ache /
221
210
222
211
# Others
223
212
ClientBin /
@@ -230,10 +219,6 @@ ClientBin/
230
219
* .publishsettings
231
220
orleans.codegen.cs
232
221
233
- # Including strong name files can present a security risk
234
- # (https://github.com/github/gitignore/pull/2483#issue-259490424)
235
- # *.snk
236
-
237
222
# Since there are multiple workflows, uncomment next line to ignore bower_components
238
223
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
239
224
# bower_components/
@@ -248,8 +233,6 @@ _UpgradeReport_Files/
248
233
Backup * /
249
234
UpgradeLog * .XML
250
235
UpgradeLog * .htm
251
- ServiceFabricBackup /
252
- * .rptproj.bak
253
236
254
237
# SQL Server files
255
238
* .mdf
@@ -260,10 +243,6 @@ ServiceFabricBackup/
260
243
* .rdl.data
261
244
* .bim.layout
262
245
* .bim_ * .settings
263
- * .rptproj.rsuser
264
- * - [Bb ]ackup.rdl
265
- * - [Bb ]ackup ( [0-9 ]).rdl
266
- * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
267
246
268
247
# Microsoft Fakes
269
248
FakesAssemblies /
@@ -275,6 +254,9 @@ FakesAssemblies/
275
254
.ntvs_analysis.dat
276
255
node_modules /
277
256
257
+ # Typescript v1 declaration files
258
+ typings /
259
+
278
260
# Visual Studio 6 build log
279
261
* .plg
280
262
@@ -299,8 +281,12 @@ paket-files/
299
281
# FAKE - F# Make
300
282
.fake /
301
283
302
- # CodeRush personal settings
303
- .cr /personal
284
+ # JetBrains Rider
285
+ .idea /
286
+ * .sln.iml
287
+
288
+ # CodeRush
289
+ .cr /
304
290
305
291
# Python Tools for Visual Studio (PTVS)
306
292
__pycache__ /
@@ -310,9 +296,6 @@ __pycache__/
310
296
# tools/**
311
297
# !tools/packages.config
312
298
313
- # Tabs Studio
314
- * .tss
315
-
316
299
# Telerik's JustMock configuration file
317
300
* .jmconfig
318
301
@@ -321,30 +304,3 @@ __pycache__/
321
304
* .btm.cs
322
305
* .odx.cs
323
306
* .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 /
0 commit comments