From 068c29a748302cc31b9ca5c1fb5f7bf8b3a3c382 Mon Sep 17 00:00:00 2001
From: Nate McMaster <nate.mcmaster@microsoft.com>
Date: Wed, 15 Feb 2017 17:47:28 -0800
Subject: [PATCH] Add repo folders to gitignore

---
 .gitignore | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 49 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 12cc4efd83c..ef7f8a307b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,4 +17,52 @@ node_modules
 .nuget/NuGet.exe
 project.lock.json
 .build
-.nuget/
\ No newline at end of file
+.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/
-- 
GitLab