Add repo folders to gitignore
This commit is contained in:
parent
1b47ceffad
commit
068c29a748
|
|
@ -17,4 +17,52 @@ node_modules
|
||||||
.nuget/NuGet.exe
|
.nuget/NuGet.exe
|
||||||
project.lock.json
|
project.lock.json
|
||||||
.build
|
.build
|
||||||
.nuget/
|
.nuget/
|
||||||
|
|
||||||
|
# repo folders
|
||||||
|
/Antiforgery/
|
||||||
|
/AzureIntegration/
|
||||||
|
/BasicMiddleware/
|
||||||
|
/BrowserLink/
|
||||||
|
/CORS/
|
||||||
|
/Caching/
|
||||||
|
/Common/
|
||||||
|
/Configuration/
|
||||||
|
/DataProtection/
|
||||||
|
/DependencyInjection/
|
||||||
|
/Diagnostics/
|
||||||
|
/DotNetTools/
|
||||||
|
/EntityFramework.Tools/
|
||||||
|
/EntityFramework/
|
||||||
|
/Entropy/
|
||||||
|
/EventNotification/
|
||||||
|
/FileSystem/
|
||||||
|
/Hosting/
|
||||||
|
/HtmlAbstractions/
|
||||||
|
/HttpAbstractions/
|
||||||
|
/HttpSysServer/
|
||||||
|
/IISIntegration/
|
||||||
|
/Identity/
|
||||||
|
/JsonPatch/
|
||||||
|
/KestrelHttpServer/
|
||||||
|
/Localization/
|
||||||
|
/Logging/
|
||||||
|
/MetaPackages/
|
||||||
|
/Microsoft.Data.Sqlite/
|
||||||
|
/MusicStore/
|
||||||
|
/Mvc/
|
||||||
|
/MvcPrecompilation/
|
||||||
|
/Options/
|
||||||
|
/PlatformAbstractions/
|
||||||
|
/Proxy/
|
||||||
|
/Razor/
|
||||||
|
/ResponseCaching/
|
||||||
|
/Routing/
|
||||||
|
/Scaffolding/
|
||||||
|
/Security/
|
||||||
|
/ServerTests/
|
||||||
|
/Session/
|
||||||
|
/SignalR/
|
||||||
|
/StaticFiles/
|
||||||
|
/Testing/
|
||||||
|
/WebSockets/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue