# -------------------------------------------------------------------------------------------------- # Core Visual Studio / .NET build outputs # -------------------------------------------------------------------------------------------------- bin/ obj/ [Bb]uild/ [Dd]ebug*/ [Rr]elease*/ x64/ x86/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ _ReSharper.*/ *.user *.userosscache *.suo *.cache *.pdb *.mpdb *.opendb *.VC.db *.vscode/ # -------------------------------------------------------------------------------------------------- # Package artefacts (NuGet, npm, etc.) # -------------------------------------------------------------------------------------------------- /packages/ *.nupkg *.snupkg *.nuspec package-lock.json packages.config npm-debug.log* yarn-error.log # -------------------------------------------------------------------------------------------------- # TFS / TFVC specific files and folders # -------------------------------------------------------------------------------------------------- $tf/ *$tf/ *.tf *.tfs .tfignore # -------------------------------------------------------------------------------------------------- # IDE tooling and workspace settings # -------------------------------------------------------------------------------------------------- .vs/ .vscode/ *.swp *.sln.docstates *.VC.VC.opendb .idea/ .DS_Store Thumbs.db # -------------------------------------------------------------------------------------------------- # Test results and profiling data # -------------------------------------------------------------------------------------------------- [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* *.trx *.coverage *.coveragexml *.opencover.xml *.dotCover BenchmarkDotNet.Artifacts/ # -------------------------------------------------------------------------------------------------- # Miscellaneous recommended ignores # -------------------------------------------------------------------------------------------------- _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML *.tmp *.temp *.log *.bak *.orig *.scc