|
| 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 | +*.userosscache |
| 8 | +*.sln.docstates |
| 9 | + |
| 10 | +# User-specific files (MonoDevelop/Xamarin Studio) |
| 11 | +*.userprefs |
| 12 | + |
| 13 | +# Build results |
| 14 | +[Dd]ebug/ |
| 15 | +[Dd]ebugPublic/ |
| 16 | +[Rr]elease/ |
| 17 | +[Rr]eleases/ |
| 18 | +x64/ |
| 19 | +x86/ |
| 20 | +src/**/build/ |
| 21 | +tests/**/build/ |
| 22 | +bld/ |
| 23 | +[Bb]in/ |
| 24 | +[Oo]bj/ |
| 25 | + |
| 26 | +# Visual Studo 2015 cache/options directory |
| 27 | +.vs/ |
| 28 | + |
| 29 | +# MSTest test Results |
| 30 | +[Tt]est[Rr]esult*/ |
| 31 | +[Bb]uild[Ll]og.* |
| 32 | + |
| 33 | +# NUNIT |
| 34 | +*.VisualState.xml |
| 35 | +TestResult.xml |
| 36 | + |
| 37 | +# Build Results of an ATL Project |
| 38 | +[Dd]ebugPS/ |
| 39 | +[Rr]eleasePS/ |
| 40 | +dlldata.c |
| 41 | + |
| 42 | +# ASP.NET 5 |
| 43 | +project.lock.json |
| 44 | +artifacts/ |
| 45 | + |
| 46 | +*_i.c |
| 47 | +*_p.c |
| 48 | +*_i.h |
| 49 | +*.ilk |
| 50 | +*.meta |
| 51 | +*.obj |
| 52 | +*.pch |
| 53 | +*.pdb |
| 54 | +*.pgc |
| 55 | +*.pgd |
| 56 | +*.rsp |
| 57 | +*.sbr |
| 58 | +*.tlb |
| 59 | +*.tli |
| 60 | +*.tlh |
| 61 | +*.tmp |
| 62 | +*.tmp_proj |
| 63 | +*.log |
| 64 | +*.vspscc |
| 65 | +*.vssscc |
| 66 | +.builds |
| 67 | +*.pidb |
| 68 | +*.svclog |
| 69 | +*.scc |
| 70 | + |
| 71 | +# Chutzpah Test files |
| 72 | +_Chutzpah* |
| 73 | + |
| 74 | +# Visual C++ cache files |
| 75 | +ipch/ |
| 76 | +*.aps |
| 77 | +*.ncb |
| 78 | +*.opensdf |
| 79 | +*.sdf |
| 80 | +*.cachefile |
| 81 | + |
| 82 | +# Visual Studio profiler |
| 83 | +*.psess |
| 84 | +*.vsp |
| 85 | +*.vspx |
| 86 | + |
| 87 | +# TFS 2012 Local Workspace |
| 88 | +$tf/ |
| 89 | + |
| 90 | +# Guidance Automation Toolkit |
| 91 | +*.gpState |
| 92 | + |
| 93 | +# ReSharper is a .NET coding add-in |
| 94 | +_ReSharper*/ |
| 95 | +*.[Rr]e[Ss]harper |
| 96 | +*.DotSettings.user |
| 97 | + |
| 98 | +# JustCode is a .NET coding addin-in |
| 99 | +.JustCode |
| 100 | + |
| 101 | +# TeamCity is a build add-in |
| 102 | +_TeamCity* |
| 103 | + |
| 104 | +# DotCover is a Code Coverage Tool |
| 105 | +*.dotCover |
| 106 | + |
| 107 | +# NCrunch |
| 108 | +_NCrunch_* |
| 109 | +.*crunch*.local.xml |
| 110 | + |
| 111 | +# MightyMoose |
| 112 | +*.mm.* |
| 113 | +AutoTest.Net/ |
| 114 | + |
| 115 | +# Web workbench (sass) |
| 116 | +.sass-cache/ |
| 117 | + |
| 118 | +# Installshield output folder |
| 119 | +[Ee]xpress/ |
| 120 | + |
| 121 | +# DocProject is a documentation generator add-in |
| 122 | +DocProject/buildhelp/ |
| 123 | +DocProject/Help/*.HxT |
| 124 | +DocProject/Help/*.HxC |
| 125 | +DocProject/Help/*.hhc |
| 126 | +DocProject/Help/*.hhk |
| 127 | +DocProject/Help/*.hhp |
| 128 | +DocProject/Help/Html2 |
| 129 | +DocProject/Help/html |
| 130 | + |
| 131 | +# Click-Once directory |
| 132 | +publish/ |
| 133 | + |
| 134 | +# Publish Web Output |
| 135 | +*.[Pp]ublish.xml |
| 136 | +*.azurePubxml |
| 137 | +# TODO: Comment the next line if you want to checkin your web deploy settings |
| 138 | +# but database connection strings (with potential passwords) will be unencrypted |
| 139 | +*.pubxml |
| 140 | +*.publishproj |
| 141 | + |
| 142 | +# NuGet Packages |
| 143 | +*.nupkg |
| 144 | +# The packages folder can be ignored because of Package Restore |
| 145 | +**/packages/* |
| 146 | +# except build/, which is used as an MSBuild target. |
| 147 | +!**/packages/build/ |
| 148 | +# Uncomment if necessary however generally it will be regenerated when needed |
| 149 | +#!**/packages/repositories.config |
| 150 | + |
| 151 | +# Windows Azure Build Output |
| 152 | +csx/ |
| 153 | +*.build.csdef |
| 154 | + |
| 155 | +# Windows Store app package directory |
| 156 | +AppPackages/ |
| 157 | + |
| 158 | +# Others |
| 159 | +*.[Cc]ache |
| 160 | +ClientBin/ |
| 161 | +~$* |
| 162 | +*~ |
| 163 | +*.dbmdl |
| 164 | +*.dbproj.schemaview |
| 165 | +*.pfx |
| 166 | +*.publishsettings |
| 167 | +node_modules/ |
| 168 | +bower_components/ |
| 169 | + |
| 170 | +# RIA/Silverlight projects |
| 171 | +Generated_Code/ |
| 172 | + |
| 173 | +# Backup & report files from converting an old project file |
| 174 | +# to a newer Visual Studio version. Backup files are not needed, |
| 175 | +# because we have git ;-) |
| 176 | +_UpgradeReport_Files/ |
| 177 | +Backup*/ |
| 178 | +UpgradeLog*.XML |
| 179 | +UpgradeLog*.htm |
| 180 | + |
| 181 | +# SQL Server files |
| 182 | +*.mdf |
| 183 | +*.ldf |
| 184 | + |
| 185 | +# Business Intelligence projects |
| 186 | +*.rdl.data |
| 187 | +*.bim.layout |
| 188 | +*.bim_*.settings |
| 189 | + |
| 190 | +# Microsoft Fakes |
| 191 | +FakesAssemblies/ |
| 192 | + |
| 193 | +# Node.js Tools for Visual Studio |
| 194 | +.ntvs_analysis.dat |
| 195 | + |
| 196 | +# Visual Studio 6 build log |
| 197 | +*.plg |
| 198 | + |
| 199 | +# Visual Studio 6 workspace options file |
| 200 | +*.opt |
| 201 | + |
| 202 | +**/node_modules |
| 203 | +**/node_modules/* |
| 204 | +**/Images/ActualOutput |
| 205 | +**/Images/ReferenceOutput |
| 206 | + |
| 207 | +# ASP.NET 5 |
| 208 | +project.lock.json |
| 209 | +artifacts/ |
| 210 | + |
| 211 | +#BenchmarkDotNet |
| 212 | +**/BenchmarkDotNet.Artifacts/ |
| 213 | + |
| 214 | +# Build process |
| 215 | +*.csproj.bak |
| 216 | + |
| 217 | +#CodeCoverage |
| 218 | +**/CodeCoverage/* |
| 219 | +docs/ |
| 220 | +/samples/AvatarWithRoundedCorner/output |
| 221 | +/ImageSharp.Coverage.xml |
0 commit comments