4
4
# # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5
5
6
6
# User-specific files
7
- * .rsuser
8
7
* .suo
9
8
* .user
10
9
* .userosscache
13
12
# User-specific files (MonoDevelop/Xamarin Studio)
14
13
* .userprefs
15
14
16
- # Mono auto generated files
17
- mono_crash. *
18
-
19
15
# Build results
20
16
[Dd ]ebug /
21
17
[Dd ]ebugPublic /
22
18
[Rr ]elease /
23
19
[Rr ]eleases /
24
20
x64 /
25
21
x86 /
26
- [Aa ][Rr ][Mm ]/
27
- [Aa ][Rr ][Mm ]64 /
28
22
bld /
29
23
[Bb ]in /
30
24
[Oo ]bj /
31
25
[Ll ]og /
32
- [Ll ]ogs /
33
26
34
27
# Visual Studio 2015/2017 cache/options directory
35
28
.vs /
@@ -43,10 +36,9 @@ Generated\ Files/
43
36
[Tt ]est [Rr ]esult * /
44
37
[Bb ]uild [Ll ]og. *
45
38
46
- # NUnit
39
+ # NUNIT
47
40
* .VisualState.xml
48
41
TestResult.xml
49
- nunit- * .xml
50
42
51
43
# Build Results of an ATL Project
52
44
[Dd ]ebugPS /
@@ -60,14 +52,15 @@ BenchmarkDotNet.Artifacts/
60
52
project.lock.json
61
53
project.fragment.lock.json
62
54
artifacts /
55
+ ** /Properties /launchSettings.json
63
56
64
57
# StyleCop
65
58
StyleCopReport.xml
66
59
67
60
# Files built by Visual Studio
68
61
* _i.c
69
62
* _p.c
70
- * _h .h
63
+ * _i .h
71
64
* .ilk
72
65
* .meta
73
66
* .obj
@@ -84,7 +77,6 @@ StyleCopReport.xml
84
77
* .tlh
85
78
* .tmp
86
79
* .tmp_proj
87
- * _wpftmp.csproj
88
80
* .log
89
81
* .vspscc
90
82
* .vssscc
@@ -127,6 +119,9 @@ _ReSharper*/
127
119
* . [Rr ]e [Ss ]harper
128
120
* .DotSettings.user
129
121
122
+ # JustCode is a .NET coding add-in
123
+ .JustCode
124
+
130
125
# TeamCity is a build add-in
131
126
_TeamCity *
132
127
@@ -184,8 +179,6 @@ PublishScripts/
184
179
185
180
# NuGet Packages
186
181
* .nupkg
187
- # NuGet Symbol Packages
188
- * .snupkg
189
182
# The packages folder can be ignored because of Package Restore
190
183
** /[Pp ]ackages /*
191
184
# except build/, which is used as an MSBuild target.
@@ -210,14 +203,12 @@ BundleArtifacts/
210
203
Package.StoreAssociation.xml
211
204
_pkginfo.txt
212
205
* .appx
213
- * .appxbundle
214
- * .appxupload
215
206
216
207
# Visual Studio cache files
217
208
# files ending in .cache can be ignored
218
209
* . [Cc ]ache
219
210
# but keep track of directories ending in .cache
220
- ! ? *. [Cc ]ache /
211
+ ! * . [Cc ]ache /
221
212
222
213
# Others
223
214
ClientBin /
@@ -230,7 +221,7 @@ ClientBin/
230
221
* .publishsettings
231
222
orleans.codegen.cs
232
223
233
- # Including strong name files can present a security risk
224
+ # Including strong name files can present a security risk
234
225
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
235
226
# *.snk
236
227
@@ -261,9 +252,6 @@ ServiceFabricBackup/
261
252
* .bim.layout
262
253
* .bim_ * .settings
263
254
* .rptproj.rsuser
264
- * - [Bb ]ackup.rdl
265
- * - [Bb ]ackup ( [0-9 ]).rdl
266
- * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
267
255
268
256
# Microsoft Fakes
269
257
FakesAssemblies /
@@ -299,8 +287,12 @@ paket-files/
299
287
# FAKE - F# Make
300
288
.fake /
301
289
302
- # CodeRush personal settings
303
- .cr /personal
290
+ # JetBrains Rider
291
+ .idea /
292
+ * .sln.iml
293
+
294
+ # CodeRush
295
+ .cr /
304
296
305
297
# Python Tools for Visual Studio (PTVS)
306
298
__pycache__ /
@@ -325,7 +317,7 @@ __pycache__/
325
317
# OpenCover UI analysis results
326
318
OpenCover /
327
319
328
- # Azure Stream Analytics local run output
320
+ # Azure Stream Analytics local run output
329
321
ASALocalRun /
330
322
331
323
# MSBuild Binary and Structured Log
@@ -334,17 +326,10 @@ ASALocalRun/
334
326
# NVidia Nsight GPU debugger configuration file
335
327
* .nvuser
336
328
337
- # MFractors (Xamarin productivity tool) working folder
329
+ # MFractors (Xamarin productivity tool) working folder
338
330
.mfractor /
339
331
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 /
332
+ # Additional Files
333
+ venv /
334
+ env /
335
+ env. *
0 commit comments