ASP.NET Core publish of wwwroot subfolders starting with '.'
0
I have an ASP.NET Core project where wwwroot folder subfolders that start with a letter get published fine but ones that start with . do not, e.g. wwwroot/.auth Is there a known reason for that to be the case or does one need to do some special case step in csproj [ and dockerfile ] to include those subfolders starting with . ?
c# asp.net-core asp.net-core-staticfile
share | improve this question
edited Dec 30 '18 at 3:46
myusrn
asked Dec 28 '18 at 23:48
myusrn myusrn...