|
@@ -24,11 +24,14 @@ bld/
|
|
|
[Oo]bj/
|
|
|
[Ll]og/
|
|
|
|
|
|
-# Visual Studio 2015 cache/options directory
|
|
|
+# Visual Studio 2015/2017 cache/options directory
|
|
|
.vs/
|
|
|
# Uncomment if you have tasks that create the project's static files in wwwroot
|
|
|
#wwwroot/
|
|
|
|
|
|
+# Visual Studio 2017 auto generated files
|
|
|
+Generated\ Files/
|
|
|
+
|
|
|
# MSTest test Results
|
|
|
[Tt]est[Rr]esult*/
|
|
|
[Bb]uild[Ll]og.*
|
|
@@ -49,16 +52,21 @@ BenchmarkDotNet.Artifacts/
|
|
|
project.lock.json
|
|
|
project.fragment.lock.json
|
|
|
artifacts/
|
|
|
-**/Properties/launchSettings.json
|
|
|
|
|
|
+# StyleCop
|
|
|
+StyleCopReport.xml
|
|
|
+
|
|
|
+# Files built by Visual Studio
|
|
|
*_i.c
|
|
|
*_p.c
|
|
|
*_i.h
|
|
|
*.ilk
|
|
|
*.meta
|
|
|
*.obj
|
|
|
+*.iobj
|
|
|
*.pch
|
|
|
*.pdb
|
|
|
+*.ipdb
|
|
|
*.pgc
|
|
|
*.pgd
|
|
|
*.rsp
|
|
@@ -96,6 +104,9 @@ ipch/
|
|
|
*.vspx
|
|
|
*.sap
|
|
|
|
|
|
+# Visual Studio Trace Files
|
|
|
+*.e2e
|
|
|
+
|
|
|
# TFS 2012 Local Workspace
|
|
|
$tf/
|
|
|
|
|
@@ -116,6 +127,10 @@ _TeamCity*
|
|
|
# DotCover is a Code Coverage Tool
|
|
|
*.dotCover
|
|
|
|
|
|
+# AxoCover is a Code Coverage Tool
|
|
|
+.axoCover/*
|
|
|
+!.axoCover/settings.json
|
|
|
+
|
|
|
# Visual Studio code coverage results
|
|
|
*.coverage
|
|
|
*.coveragexml
|
|
@@ -151,7 +166,7 @@ publish/
|
|
|
# Publish Web Output
|
|
|
*.[Pp]ublish.xml
|
|
|
*.azurePubxml
|
|
|
-# TODO: Comment the next line if you want to checkin your web deploy settings
|
|
|
+# Note: Comment the next line if you want to checkin your web deploy settings,
|
|
|
# but database connection strings (with potential passwords) will be unencrypted
|
|
|
*.pubxml
|
|
|
*.publishproj
|
|
@@ -164,11 +179,11 @@ PublishScripts/
|
|
|
# NuGet Packages
|
|
|
*.nupkg
|
|
|
# The packages folder can be ignored because of Package Restore
|
|
|
-**/packages/*
|
|
|
+**/[Pp]ackages/*
|
|
|
# except build/, which is used as an MSBuild target.
|
|
|
-!**/packages/build/
|
|
|
+!**/[Pp]ackages/build/
|
|
|
# Uncomment if necessary however generally it will be regenerated when needed
|
|
|
-#!**/packages/repositories.config
|
|
|
+#!**/[Pp]ackages/repositories.config
|
|
|
# NuGet v3's project.json files produces more ignorable files
|
|
|
*.nuget.props
|
|
|
*.nuget.targets
|
|
@@ -205,6 +220,10 @@ ClientBin/
|
|
|
*.publishsettings
|
|
|
orleans.codegen.cs
|
|
|
|
|
|
+# Including strong name files can present a security risk
|
|
|
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
|
|
+#*.snk
|
|
|
+
|
|
|
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
|
|
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
|
|
#bower_components/
|
|
@@ -219,6 +238,8 @@ _UpgradeReport_Files/
|
|
|
Backup*/
|
|
|
UpgradeLog*.XML
|
|
|
UpgradeLog*.htm
|
|
|
+ServiceFabricBackup/
|
|
|
+*.rptproj.bak
|
|
|
|
|
|
# SQL Server files
|
|
|
*.mdf
|
|
@@ -229,6 +250,7 @@ UpgradeLog*.htm
|
|
|
*.rdl.data
|
|
|
*.bim.layout
|
|
|
*.bim_*.settings
|
|
|
+*.rptproj.rsuser
|
|
|
|
|
|
# Microsoft Fakes
|
|
|
FakesAssemblies/
|
|
@@ -240,9 +262,6 @@ FakesAssemblies/
|
|
|
.ntvs_analysis.dat
|
|
|
node_modules/
|
|
|
|
|
|
-# Typescript v1 declaration files
|
|
|
-typings/
|
|
|
-
|
|
|
# Visual Studio 6 build log
|
|
|
*.plg
|
|
|
|
|
@@ -293,3 +312,18 @@ __pycache__/
|
|
|
*.btm.cs
|
|
|
*.odx.cs
|
|
|
*.xsd.cs
|
|
|
+
|
|
|
+# OpenCover UI analysis results
|
|
|
+OpenCover/
|
|
|
+
|
|
|
+# Azure Stream Analytics local run output
|
|
|
+ASALocalRun/
|
|
|
+
|
|
|
+# MSBuild Binary and Structured Log
|
|
|
+*.binlog
|
|
|
+
|
|
|
+# NVidia Nsight GPU debugger configuration file
|
|
|
+*.nvuser
|
|
|
+
|
|
|
+# MFractors (Xamarin productivity tool) working folder
|
|
|
+.mfractor/
|