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