|
| 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 | +bld/ |
| 21 | +[Bb]in/ |
| 22 | +[Oo]bj/ |
| 23 | +[Ll]og/ |
| 24 | + |
| 25 | +# Visual Studio 2015 cache/options directory |
| 26 | +.vs/ |
| 27 | + |
| 28 | +# MSTest test Results |
| 29 | +[Tt]est[Rr]esult*/ |
| 30 | +[Bb]uild[Ll]og.* |
| 31 | + |
| 32 | +# NUNIT |
| 33 | +*.VisualState.xml |
| 34 | +TestResult.xml |
| 35 | + |
| 36 | +# Build Results of an ATL Project |
| 37 | +[Dd]ebugPS/ |
| 38 | +[Rr]eleasePS/ |
| 39 | +dlldata.c |
| 40 | + |
| 41 | +# DNX |
| 42 | +project.lock.json |
| 43 | +artifacts/ |
| 44 | + |
| 45 | +*_i.c |
| 46 | +*_p.c |
| 47 | +*_i.h |
| 48 | +*.ilk |
| 49 | +*.meta |
| 50 | +*.obj |
| 51 | +*.pch |
| 52 | +*.pdb |
| 53 | +*.pgc |
| 54 | +*.pgd |
| 55 | +*.rsp |
| 56 | +*.sbr |
| 57 | +*.tlb |
| 58 | +*.tli |
| 59 | +*.tlh |
| 60 | +*.tmp |
| 61 | +*.tmp_proj |
| 62 | +*.log |
| 63 | +*.vspscc |
| 64 | +*.vssscc |
| 65 | +.builds |
| 66 | +*.pidb |
| 67 | +*.svclog |
| 68 | +*.scc |
| 69 | + |
| 70 | +# Visual Studio profiler |
| 71 | +*.psess |
| 72 | +*.vsp |
| 73 | +*.vspx |
| 74 | +*.sap |
| 75 | + |
| 76 | +# ReSharper is a .NET coding add-in |
| 77 | +_ReSharper*/ |
| 78 | +*.[Rr]e[Ss]harper |
| 79 | +*.DotSettings.user |
| 80 | + |
| 81 | +# Publish Web Output |
| 82 | +*.[Pp]ublish.xml |
| 83 | +*.azurePubxml |
| 84 | +# TODO: Comment the next line if you want to checkin your web deploy settings |
| 85 | +# but database connection strings (with potential passwords) will be unencrypted |
| 86 | +*.pubxml |
| 87 | +*.publishproj |
| 88 | + |
| 89 | +# NuGet Packages |
| 90 | +*.nupkg |
| 91 | +# The packages folder can be ignored because of Package Restore |
| 92 | +**/packages/* |
| 93 | +# except build/, which is used as an MSBuild target. |
| 94 | +!**/packages/build/ |
| 95 | +# Uncomment if necessary however generally it will be regenerated when needed |
| 96 | +#!**/packages/repositories.config |
| 97 | +# NuGet v3's project.json files produces more ignoreable files |
| 98 | +*.nuget.props |
| 99 | +*.nuget.targets |
| 100 | + |
| 101 | +# Microsoft Azure Build Output |
| 102 | +csx/ |
| 103 | +*.build.csdef |
| 104 | + |
| 105 | +# Microsoft Azure Emulator |
| 106 | +ecf/ |
| 107 | +rcf/ |
| 108 | + |
| 109 | +# Visual Studio cache files |
| 110 | +# files ending in .cache can be ignored |
| 111 | +*.[Cc]ache |
| 112 | +# but keep track of directories ending in .cache |
| 113 | +!*.[Cc]ache/ |
| 114 | + |
| 115 | +# Others |
| 116 | +ClientBin/ |
| 117 | +~$* |
| 118 | +*~ |
| 119 | +*.dbmdl |
| 120 | +*.dbproj.schemaview |
| 121 | +*.pfx |
| 122 | +*.publishsettings |
| 123 | +node_modules/ |
| 124 | +orleans.codegen.cs |
| 125 | + |
| 126 | +# SQL Server files |
| 127 | +*.mdf |
| 128 | +*.ldf |
| 129 | + |
| 130 | +# Microsoft Fakes |
| 131 | +FakesAssemblies/ |
| 132 | + |
| 133 | +# Visual Studio LightSwitch build output |
| 134 | +**/*.HTMLClient/GeneratedArtifacts |
| 135 | +**/*.DesktopClient/GeneratedArtifacts |
| 136 | +**/*.DesktopClient/ModelManifest.xml |
| 137 | +**/*.Server/GeneratedArtifacts |
| 138 | +**/*.Server/ModelManifest.xml |
| 139 | +_Pvt_Extensions |
| 140 | + |
| 141 | +# Paket dependency manager |
| 142 | +.paket/paket.exe |
| 143 | + |
| 144 | +# FAKE - F# Make |
| 145 | +.fake/ |
| 146 | + |
| 147 | +**/*appsettings.Development.json |
| 148 | +**/local.settings.json |
| 149 | +/MvcBlazorWebAssembly/appsettings.json |
| 150 | +/LH.MVCWebUIServer/appsettings.json |
| 151 | +/LH.APIServices/appsettings.json |
| 152 | +/NotesWillMakeIntoReadme.md |
| 153 | +/Package.BlazorComponentLibrary/PackageSettings.props |
| 154 | +#/nuget.config |
| 155 | +/Package.BlazorComponentLibrary/PackageSettings.props |
| 156 | +/PackageSettings.props.local |
| 157 | +/tree_structure.md |
| 158 | +/GenerateTreeStructure.ps1 |
| 159 | +**/Properties/launchSettings.json |
| 160 | +CHANGELOG.md |
0 commit comments