wwwroot folder is now ignored instead of contents only.

This commit is contained in:
Harrison Deng 2021-07-21 02:37:20 -05:00
parent b43d7bab84
commit 4bafefa4dc

7
.gitignore vendored
View File

@ -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/**
# End of https://www.toptal.com/developers/gitignore/api/aspnetcore,visualstudiocode,dotnetcore,python,database