From 4bafefa4dc34240a98367e3d0dfb8445fd922bed Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Wed, 21 Jul 2021 02:37:20 -0500 Subject: [PATCH] wwwroot folder is now ignored instead of contents only. --- .gitignore | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index df10377..da52bcc 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,7 @@ bld/ # Visual Studio 2015 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ +**/wwwroot/ # MSTest test Results [Tt]est[Rr]esult*/ @@ -447,7 +447,4 @@ Thumbs.db .history .ionide -# End of https://www.toptal.com/developers/gitignore/api/aspnetcore,visualstudiocode,dotnetcore,python,database - -# We generate the static files. -Props/wwwroot/** \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/aspnetcore,visualstudiocode,dotnetcore,python,database \ No newline at end of file