1
1
# # Ignore Visual Studio temporary files, build results, and
2
2
# # files generated by popular Visual Studio add-ons.
3
- Releases
4
- Working
3
+ # #
4
+ # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5
5
6
6
# User-specific files
7
7
* .suo
8
8
* .user
9
+ * .userosscache
9
10
* .sln.docstates
10
11
12
+ # User-specific files (MonoDevelop/Xamarin Studio)
13
+ * .userprefs
14
+
11
15
# Build results
12
16
[Dd ]ebug /
13
17
[Dd ]ebugPublic /
14
18
[Rr ]elease /
19
+ [Rr ]eleases /
15
20
x64 /
16
- build /
21
+ x86 /
17
22
bld /
18
23
[Bb ]in /
19
24
[Oo ]bj /
25
+ [Ll ]og /
26
+
27
+ # Visual Studio 2015 cache/options directory
28
+ .vs /
29
+ # Uncomment if you have tasks that create the project's static files in wwwroot
30
+ # wwwroot/
20
31
21
32
# MSTest test Results
22
33
[Tt ]est [Rr ]esult * /
23
34
[Bb ]uild [Ll ]og. *
24
35
25
- # NUNIT
36
+ # NUNIT
26
37
* .VisualState.xml
27
38
TestResult.xml
28
39
@@ -31,6 +42,15 @@ TestResult.xml
31
42
[Rr ]eleasePS /
32
43
dlldata.c
33
44
45
+ # Benchmark Results
46
+ BenchmarkDotNet.Artifacts /
47
+
48
+ # .NET Core
49
+ project.lock.json
50
+ project.fragment.lock.json
51
+ artifacts /
52
+ ** /Properties /launchSettings.json
53
+
34
54
* _i.c
35
55
* _p.c
36
56
* _i.h
@@ -63,14 +83,21 @@ _Chutzpah*
63
83
ipch /
64
84
* .aps
65
85
* .ncb
86
+ * .opendb
66
87
* .opensdf
67
88
* .sdf
68
89
* .cachefile
90
+ * .VC.db
91
+ * .VC.VC.opendb
69
92
70
93
# Visual Studio profiler
71
94
* .psess
72
95
* .vsp
73
96
* .vspx
97
+ * .sap
98
+
99
+ # Visual Studio Trace Files
100
+ * .e2e
74
101
75
102
# TFS 2012 Local Workspace
76
103
$tf /
@@ -83,7 +110,7 @@ _ReSharper*/
83
110
* . [Rr ]e [Ss ]harper
84
111
* .DotSettings.user
85
112
86
- # JustCode is a .NET coding addin -in
113
+ # JustCode is a .NET coding add -in
87
114
.JustCode
88
115
89
116
# TeamCity is a build add-in
@@ -92,10 +119,18 @@ _TeamCity*
92
119
# DotCover is a Code Coverage Tool
93
120
* .dotCover
94
121
122
+ # AxoCover is a Code Coverage Tool
123
+ .axoCover /*
124
+ ! .axoCover /settings.json
125
+
126
+ # Visual Studio code coverage results
127
+ * .coverage
128
+ * .coveragexml
129
+
95
130
# NCrunch
96
- * .ncrunch *
97
131
_NCrunch_ *
98
132
. * crunch * .local.xml
133
+ nCrunchTemp_ *
99
134
100
135
# MightyMoose
101
136
* .mm. *
@@ -123,41 +158,70 @@ publish/
123
158
# Publish Web Output
124
159
* . [Pp ]ublish.xml
125
160
* .azurePubxml
126
-
127
- # NuGet Packages Directory
128
- packages /
129
- # # TODO: If the tool you use requires repositories.config uncomment the next line
130
- # !packages/repositories.config
131
-
132
- # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
133
- # This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
134
- ! packages /build /
135
-
136
- # Windows Azure Build Output
161
+ # Note: Comment the next line if you want to checkin your web deploy settings,
162
+ # but database connection strings (with potential passwords) will be unencrypted
163
+ * .pubxml
164
+ * .publishproj
165
+
166
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
167
+ # checkin your Azure Web App publish settings, but sensitive information contained
168
+ # in these scripts will be unencrypted
169
+ PublishScripts /
170
+
171
+ # NuGet Packages
172
+ * .nupkg
173
+ # The packages folder can be ignored because of Package Restore
174
+ ** /packages /*
175
+ # except build/, which is used as an MSBuild target.
176
+ ! ** /packages /build /
177
+ # Uncomment if necessary however generally it will be regenerated when needed
178
+ # !**/packages/repositories.config
179
+ # NuGet v3's project.json files produces more ignorable files
180
+ * .nuget.props
181
+ * .nuget.targets
182
+
183
+ # Microsoft Azure Build Output
137
184
csx /
138
185
* .build.csdef
139
186
140
- # Windows Store app package directory
187
+ # Microsoft Azure Emulator
188
+ ecf /
189
+ rcf /
190
+
191
+ # Windows Store app package directories and files
141
192
AppPackages /
193
+ BundleArtifacts /
194
+ Package.StoreAssociation.xml
195
+ _pkginfo.txt
196
+ * .appx
197
+
198
+ # Visual Studio cache files
199
+ # files ending in .cache can be ignored
200
+ * . [Cc ]ache
201
+ # but keep track of directories ending in .cache
202
+ ! * . [Cc ]ache /
142
203
143
204
# Others
144
- sql /
145
- * .Cache
146
205
ClientBin /
147
- [Ss ]tyle [Cc ]op. *
148
206
~$ *
149
207
* ~
150
208
* .dbmdl
151
209
* .dbproj.schemaview
210
+ * .jfm
152
211
* .pfx
153
212
* .publishsettings
154
- node_modules /
213
+ orleans.codegen.cs
214
+
215
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
216
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
217
+ # bower_components/
155
218
156
219
# RIA/Silverlight projects
157
220
Generated_Code /
158
221
159
- # Backup & report files from converting an old project file to a newer
160
- # Visual Studio version. Backup files are not needed, because we have git ;-)
222
+ # Backup & report files from converting an old project file
223
+ # to a newer Visual Studio version. Backup files are not needed,
224
+ # because we have git ;-)
161
225
_UpgradeReport_Files /
162
226
Backup * /
163
227
UpgradeLog * .XML
@@ -166,6 +230,7 @@ UpgradeLog*.htm
166
230
# SQL Server files
167
231
* .mdf
168
232
* .ldf
233
+ * .ndf
169
234
170
235
# Business Intelligence projects
171
236
* .rdl.data
@@ -174,7 +239,70 @@ UpgradeLog*.htm
174
239
175
240
# Microsoft Fakes
176
241
FakesAssemblies /
242
+
243
+ # GhostDoc plugin setting file
244
+ * .GhostDoc.xml
245
+
246
+ # Node.js Tools for Visual Studio
247
+ .ntvs_analysis.dat
248
+ node_modules /
249
+
250
+ # Typescript v1 declaration files
251
+ typings /
252
+
253
+ # Visual Studio 6 build log
254
+ * .plg
255
+
256
+ # Visual Studio 6 workspace options file
257
+ * .opt
258
+
259
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
260
+ * .vbw
261
+
262
+ # Visual Studio LightSwitch build output
263
+ ** /* .HTMLClient /GeneratedArtifacts
264
+ ** /* .DesktopClient /GeneratedArtifacts
265
+ ** /* .DesktopClient /ModelManifest.xml
266
+ ** /* .Server /GeneratedArtifacts
267
+ ** /* .Server /ModelManifest.xml
268
+ _Pvt_Extensions
269
+
270
+ # Paket dependency manager
271
+ .paket /paket.exe
272
+ paket-files /
273
+
274
+ # FAKE - F# Make
275
+ .fake /
276
+
277
+ # JetBrains Rider
278
+ .idea /
279
+ * .sln.iml
280
+
281
+ # CodeRush
282
+ .cr /
283
+
284
+ # Python Tools for Visual Studio (PTVS)
285
+ __pycache__ /
286
+ * .pyc
287
+
288
+ # Cake - Uncomment if you are using it
289
+ # tools/**
290
+ # !tools/packages.config
291
+
292
+ # Tabs Studio
293
+ * .tss
294
+
295
+ # Telerik's JustMock configuration file
296
+ * .jmconfig
297
+
298
+ # BizTalk build output
299
+ * .btp.cs
300
+ * .btm.cs
301
+ * .odx.cs
302
+ * .xsd.cs
303
+
304
+ # OpenCover UI analysis results
305
+ OpenCover /
177
306
EngineIoClientDotNet_Tests /Resources /test.xml
178
307
TestServer /test.xml
179
- TestServer /test.xml
180
- TestServer /test.xml
308
+ Working /
0 commit comments