## Default ignore rules for Visual Studio temporary files, build results, and
## various Visual Studio extensions.

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# Used by MonoDevelop/Xamarin Studio
*.userprefs

# Visual Studio cache files
**/.vs/
# files ending in .cache can be ignored but but keep track of directories ending in .cache
*.[Cc]ache
!*.[Cc]ache/

# Folders containing build results
[Dd]ebug/
[Dd]ebugPublic/
[Dd]ebugPS/
[Rr]elease/
[Rr]eleases/
[Rr]eleasePS/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
**/TestResults/
**/Temp/
**/buildlogs/

# Output from an ATL Project
dlldata.c

# Other miscellaneous build outputs
ClientBin/
node_modules/
Generated_Code/
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
*.mdb
*.apk
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
*.codegen.cs

# Click-Once directory
publish/

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
*.pubxml
*.publishproj

# Microsoft Azure
PublishScripts/
csx/
*.build.csdef
ecf/
rcf/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# DNX
**/*project.lock.json
**/project.lock.json
artifacts/

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# JetBrains tools
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
*.dotCover
# used by Rider
.idea/
*.sln.iml

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# NuGet
*.nupkg
**/packages/*
# this is used an MSBuild target, not recovered by dotnet restore so keep it
!**/packages/build/
*.nuget.props
*.nuget.targets

# Backup & report files from converting an old project file
# to a newer Visual Studio version.
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# FAKE - F# Make
.fake/

