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