1## Ignore Visual Studio temporary files, build results, and 2## files generated by popular Visual Studio add-ons. 3 4# User-specific files 5*.suo 6*.user 7*.sln.docstates 8 9# Build results 10[Dd]ebug/ 11[Dd]ebugPublic/ 12[Rr]elease/ 13[Rr]eleases/ 14x64/ 15build/ 16bld/ 17[Bb]in/ 18[Oo]bj/ 19 20# Roslyn cache directories 21*.ide/ 22 23# MSTest test Results 24[Tt]est[Rr]esult*/ 25[Bb]uild[Ll]og.* 26 27#NUNIT 28*.VisualState.xml 29TestResult.xml 30 31# Build Results of an ATL Project 32[Dd]ebugPS/ 33[Rr]eleasePS/ 34dlldata.c 35 36*_i.c 37*_p.c 38*_i.h 39*.ilk 40*.meta 41*.obj 42*.pch 43*.pdb 44*.pgc 45*.pgd 46*.rsp 47*.sbr 48*.tlb 49*.tli 50*.tlh 51*.tmp 52*.tmp_proj 53*.log 54*.vspscc 55*.vssscc 56.builds 57*.pidb 58*.svclog 59*.scc 60 61# Chutzpah Test files 62_Chutzpah* 63 64# Visual C++ cache files 65ipch/ 66*.aps 67*.ncb 68*.opensdf 69*.sdf 70*.cachefile 71 72# Visual Studio profiler 73*.psess 74*.vsp 75*.vspx 76 77# TFS 2012 Local Workspace 78$tf/ 79 80# Guidance Automation Toolkit 81*.gpState 82 83# ReSharper is a .NET coding add-in 84_ReSharper*/ 85*.[Rr]e[Ss]harper 86*.DotSettings.user 87 88# JustCode is a .NET coding addin-in 89.JustCode 90 91# TeamCity is a build add-in 92_TeamCity* 93 94# DotCover is a Code Coverage Tool 95*.dotCover 96 97# NCrunch 98_NCrunch_* 99.*crunch*.local.xml 100 101# MightyMoose 102*.mm.* 103AutoTest.Net/ 104 105# Web workbench (sass) 106.sass-cache/ 107 108# Installshield output folder 109[Ee]xpress/ 110 111# DocProject is a documentation generator add-in 112DocProject/buildhelp/ 113DocProject/Help/*.HxT 114DocProject/Help/*.HxC 115DocProject/Help/*.hhc 116DocProject/Help/*.hhk 117DocProject/Help/*.hhp 118DocProject/Help/Html2 119DocProject/Help/html 120 121# Click-Once directory 122publish/ 123 124# Publish Web Output 125*.[Pp]ublish.xml 126*.azurePubxml 127## TODO: Comment the next line if you want to checkin your 128## web deploy settings but do note that will include unencrypted 129## passwords 130*.pubxml 131 132# NuGet Packages 133packages/* 134*.nupkg 135## TODO: If the tool you use requires repositories.config 136## uncomment the next line 137#!packages/repositories.config 138 139# Enable "build/" folder in the NuGet Packages folder since 140# NuGet packages use it for MSBuild targets. 141# This line needs to be after the ignore of the build folder 142# (and the packages folder if the line above has been uncommented) 143!packages/build/ 144 145# Windows Azure Build Output 146csx/ 147*.build.csdef 148 149# Windows Store app package directory 150AppPackages/ 151 152# Others 153sql/ 154*.Cache 155ClientBin/ 156[Ss]tyle[Cc]op.* 157~$* 158*~ 159*.dbmdl 160*.dbproj.schemaview 161*.pfx 162*.publishsettings 163node_modules/ 164 165# RIA/Silverlight projects 166Generated_Code/ 167 168# Backup & report files from converting an old project file 169# to a newer Visual Studio version. Backup files are not needed, 170# because we have git ;-) 171_UpgradeReport_Files/ 172Backup*/ 173UpgradeLog*.XML 174UpgradeLog*.htm 175 176# SQL Server files 177*.mdf 178*.ldf 179 180# Business Intelligence projects 181*.rdl.data 182*.bim.layout 183*.bim_*.settings 184 185# Microsoft Fakes 186FakesAssemblies/ 187