Every time I click to create a view or partial file Visual Studio automatically creates an _Layout.cshtml and an _ViewStart.cshtml file.
I do not want my project to create a _ViewStart.cshtml or a _Layout.cshtml file.
However it does. I looked at modifying the t4 code template but that seems like it is more to do with code generation rather than file generation.
Is there anyway to stop this behaviour?