|
| 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 | + |
| 11 | +[Dd]ebug/ |
| 12 | +[Rr]elease/ |
| 13 | +x64/ |
| 14 | +build/ |
| 15 | +[Bb]in/ |
| 16 | +[Oo]bj/ |
| 17 | + |
| 18 | +# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets |
| 19 | +!packages/*/build/ |
| 20 | + |
| 21 | +# MSTest test Results |
| 22 | +[Tt]est[Rr]esult*/ |
| 23 | +[Bb]uild[Ll]og.* |
| 24 | + |
| 25 | +*_i.c |
| 26 | +*_p.c |
| 27 | +*.ilk |
| 28 | +*.meta |
| 29 | +*.obj |
| 30 | +*.pch |
| 31 | +*.pdb |
| 32 | +*.pgc |
| 33 | +*.pgd |
| 34 | +*.rsp |
| 35 | +*.sbr |
| 36 | +*.tlb |
| 37 | +*.tli |
| 38 | +*.tlh |
| 39 | +*.tmp |
| 40 | +*.tmp_proj |
| 41 | +*.log |
| 42 | +*.vspscc |
| 43 | +*.vssscc |
| 44 | +.builds |
| 45 | +*.pidb |
| 46 | +*.log |
| 47 | +*.scc |
| 48 | + |
| 49 | +# Visual C++ cache files |
| 50 | +ipch/ |
| 51 | +*.aps |
| 52 | +*.ncb |
| 53 | +*.opensdf |
| 54 | +*.sdf |
| 55 | +*.cachefile |
| 56 | + |
| 57 | +# Visual Studio profiler |
| 58 | +*.psess |
| 59 | +*.vsp |
| 60 | +*.vspx |
| 61 | + |
| 62 | +# Guidance Automation Toolkit |
| 63 | +*.gpState |
| 64 | + |
| 65 | +# ReSharper is a .NET coding add-in |
| 66 | +_ReSharper*/ |
| 67 | +*.[Rr]e[Ss]harper |
| 68 | + |
| 69 | +# TeamCity is a build add-in |
| 70 | +_TeamCity* |
| 71 | + |
| 72 | +# DotCover is a Code Coverage Tool |
| 73 | +*.dotCover |
| 74 | + |
| 75 | +# NCrunch |
| 76 | +*.ncrunch* |
| 77 | +.*crunch*.local.xml |
| 78 | + |
| 79 | +# Installshield output folder |
| 80 | +[Ee]xpress/ |
| 81 | + |
| 82 | +# DocProject is a documentation generator add-in |
| 83 | +DocProject/buildhelp/ |
| 84 | +DocProject/Help/*.HxT |
| 85 | +DocProject/Help/*.HxC |
| 86 | +DocProject/Help/*.hhc |
| 87 | +DocProject/Help/*.hhk |
| 88 | +DocProject/Help/*.hhp |
| 89 | +DocProject/Help/Html2 |
| 90 | +DocProject/Help/html |
| 91 | + |
| 92 | +# Click-Once directory |
| 93 | +publish/ |
| 94 | + |
| 95 | +# Publish Web Output |
| 96 | +*.Publish.xml |
| 97 | + |
| 98 | +# NuGet Packages Directory |
| 99 | +## TODO: If you have NuGet Package Restore enabled, uncomment the next line |
| 100 | +packages/ |
| 101 | +!packages/repositories.config |
| 102 | + |
| 103 | + |
| 104 | +# Windows Azure Build Output |
| 105 | +csx |
| 106 | +*.build.csdef |
| 107 | + |
| 108 | +# Windows Store app package directory |
| 109 | +AppPackages/ |
| 110 | + |
| 111 | +# Others |
| 112 | +sql/ |
| 113 | +*.Cache |
| 114 | +ClientBin/ |
| 115 | +[Ss]tyle[Cc]op.* |
| 116 | +~$* |
| 117 | +*~ |
| 118 | +*.dbmdl |
| 119 | +*.[Pp]ublish.xml |
| 120 | +*.pfx |
| 121 | +*.publishsettings |
| 122 | + |
| 123 | +# RIA/Silverlight projects |
| 124 | +Generated_Code/ |
| 125 | + |
| 126 | +# Backup & report files from converting an old project file to a newer |
| 127 | +# Visual Studio version. Backup files are not needed, because we have git ;-) |
| 128 | +_UpgradeReport_Files/ |
| 129 | +Backup*/ |
| 130 | +UpgradeLog*.XML |
| 131 | +UpgradeLog*.htm |
| 132 | + |
| 133 | +# SQL Server files |
| 134 | +App_Data/*.mdf |
| 135 | +App_Data/*.ldf |
| 136 | + |
| 137 | + |
| 138 | +#LightSwitch generated files |
| 139 | +GeneratedArtifacts/ |
| 140 | +_Pvt_Extensions/ |
| 141 | +ModelManifest.xml |
| 142 | + |
| 143 | +# ========================= |
| 144 | +# Windows detritus |
| 145 | +# ========================= |
| 146 | + |
| 147 | +# Windows image file caches |
| 148 | +Thumbs.db |
| 149 | +ehthumbs.db |
| 150 | + |
| 151 | +# Folder config file |
| 152 | +Desktop.ini |
| 153 | + |
| 154 | +# Recycle Bin used on file shares |
| 155 | +$RECYCLE.BIN/ |
| 156 | + |
| 157 | +# Mac desktop service store files |
| 158 | +.DS_Store |
| 159 | +*.mdf |
| 160 | +*.ldf |
0 commit comments