11# # Ignore Visual Studio temporary files, build results, and
22# # files generated by popular Visual Studio add-ons.
3- # #
4- # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
53
64# User-specific files
75* .suo
1917[Rr ]eleases /
2018x64 /
2119x86 /
20+ build /
2221bld /
2322[Bb ]in /
2423[Oo ]bj /
25- [ Ll ] og /
24+ out /
2625
2726# Visual Studio 2015 cache/options directory
2827.vs /
@@ -50,6 +49,9 @@ project.lock.json
5049project.fragment.lock.json
5150artifacts /
5251** /Properties /launchSettings.json
52+ # DNX
53+ project.lock.json
54+ artifacts /
5355
5456* _i.c
5557* _p.c
8991* .cachefile
9092* .VC.db
9193* .VC.VC.opendb
94+ * .opensdf
95+ * .sdf
96+ * .cachefile
9297
9398# Visual Studio profiler
9499* .psess
@@ -153,47 +158,30 @@ DocProject/Help/Html2
153158DocProject /Help /html
154159
155160# Click-Once directory
156- # publish/
161+ # publish/
157162
158163# Publish Web Output
159- # *.[Pp]ublish.xml
160164* .azurePubxml
161- # Note : Comment the next line if you want to checkin your web deploy settings,
165+ # TODO : Comment the next line if you want to checkin your web deploy settings
162166# but database connection strings (with potential passwords) will be unencrypted
163167* .pubxml
164168* .publishproj
165169
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-
171170# NuGet Packages
172171* .nupkg
173172# The packages folder can be ignored because of Package Restore
174- ** /[ Pp ] ackages /*
173+ ** /packages /*
175174# except build/, which is used as an MSBuild target.
176- ! ** /[ Pp ] ackages /build /
175+ ! ** /packages /build /
177176# Uncomment if necessary however generally it will be regenerated when needed
178- # !**/[Pp]ackages/repositories.config
179- # NuGet v3's project.json files produces more ignorable files
180- * .nuget.props
181- * .nuget.targets
177+ # !**/packages/repositories.config
182178
183- # Microsoft Azure Build Output
179+ # Windows Azure Build Output
184180csx /
185181* .build.csdef
186182
187- # Microsoft Azure Emulator
188- ecf /
189- rcf /
190-
191- # Windows Store app package directories and files
183+ # Windows Store app package directory
192184AppPackages /
193- BundleArtifacts /
194- Package.StoreAssociation.xml
195- _pkginfo.txt
196- * .appx
197185
198186# Visual Studio cache files
199187# files ending in .cache can be ignored
@@ -203,6 +191,7 @@ _pkginfo.txt
203191
204192# Others
205193ClientBin /
194+ [Ss ]tyle [Cc ]op. *
206195~$ *
207196* ~
208197* .dbmdl
@@ -216,6 +205,11 @@ orleans.codegen.cs
216205# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
217206# bower_components/
218207
208+ * .pfx
209+ * .publishsettings
210+ node_modules /
211+ orleans.codegen.cs
212+
219213# RIA/Silverlight projects
220214Generated_Code /
221215
@@ -249,6 +243,8 @@ node_modules/
249243
250244# Typescript v1 declaration files
251245typings /
246+ # Node.js Tools for Visual Studio
247+ .ntvs_analysis.dat
252248
253249# Visual Studio 6 build log
254250* .plg
@@ -304,6 +300,61 @@ __pycache__/
304300# OpenCover UI analysis results
305301OpenCover /
306302
303+ /build
304+ /Build
305+ /deploy
306+ /package
307+ bin /
308+ obj /
309+ sql /
310+ * /obj /debug
311+ ** /Debug
312+ # ignore thumbnails created by windows
313+ Thumbs.db
314+ # Ignore files build by Visual Studio
315+ * .obj
316+ * .pdb
317+ * .user
318+ * .aps
319+ * .pch
320+ * .docstates
321+ * .vspscc
322+ * _i.c
323+ * _p.c
324+ * .ncb
325+ * .suo
326+ * .tlb
327+ * .dbmdl
328+ * .schemaview
329+ * .tlh
330+ * .cache
331+ * .ilk
332+ * .log
333+ [Bb ]in
334+ [Dd ]ebug * /
335+ * .lib
336+ * .sbr
337+ obj /
338+ [Rr ]elease * /
339+ _ReSharper * /
340+ [Tt ]est [Rr ]esult *
341+ * .docstates
342+ * .swp
343+ * . * ~
344+ * .gpState
345+ * .ReSharper *
346+ * .preflight
347+ * .nocommit
348+ # Ignore Recovery Files made by Excel
349+ ~$ * .xlsx
350+ * .rdl.data
351+
352+ * .jfm
353+
354+ # ======================================================================================
355+ # The below section could possibly be removed as these should be ignored by the above.
356+ # ======================================================================================
357+
307358samples /in-memory /ticket-reservations /DemoWorkload /obj /Debug /TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
308359* .nupkg
309360samples /in-memory /ticket-reservations /packages /CircularGauge.1.0.0 /CreatePackageFile.bat
@@ -377,3 +428,16 @@ samples/applications/iot-smart-grid/ConsoleClient/obj/Debug/TemporaryGeneratedFi
377428samples /applications /iot-smart-grid /WinFormsClient /bin /Release /Client.exe.config
378429samples /databases /wide-world-importers /workload-drivers /order-insert /MultithreadedOrderInsert /bin /Release /MultithreadedOrderInsert.exe.config
379430samples /databases /wide-world-importers /workload-drivers /order-insert /MultithreadedOrderInsert /obj /Debug /MultithreadedInMemoryTableInsert.MultithreadedOrderInsertMain.resources
431+ /samples /features /epm-framework /5.0 /2Reporting /PolicyReports /PolicyEvaluationErrors.rdl.data
432+ /samples /features /epm-framework /5.0 /2Reporting /PolicyReports /PolicyEvaluationErrorDetails.rdl.data
433+ /samples /features /epm-framework /5.0 /2Reporting /PolicyReports /PolicyEvaluationDetails.rdl.data
434+ /samples /features /epm-framework /5.0 /2Reporting /PolicyReports /PolicyDetails.rdl.data
435+ /samples /features /epm-framework /5.0 /2Reporting /PolicyReports /PolicyDashboard.rdl.data
436+ /samples /features /epm-framework /5.0 /2Reporting /PolicyReports /bin /Debug
437+ /samples /features /epm-framework /5.0 /2Reporting /PolicyReports /PolicyDashboard - Backup.rdl
438+ /samples /features /epm-framework /5.0 /2Reporting /PolicyReports /PolicyDashboardFiltered.rdl.data
439+ samples /features /sql-management-objects /src /out /CodeCoverage /CodeCoverage.config
440+
441+ # Certificates
442+ * .pem
443+ * .p12
0 commit comments