I have a .net core project with wwwroot folder in it. So in another angular project, on ng build I am outputing the compiled files into wwwroot folder. But when trying to check status
git status
it is not considering the wwwroot folder at all. Every other changes being shown.
I checked in .gitignore folder and there is no entry to ignore that folder. So what could be failing here?