I am working on an asp.net MVC project.
I noticed that there are 2 files in my script folder (can't remember how they got added, but I don't seem to be using them):
They never show up in Visual Studio, even when I choose 'Show All Files' options.
What are these files? Why don't they show up in Visual Studio? And should I delete them?
You can check if a script files are used anywhere in the project (js, css or any script/content file). You can follow the following steps:
Ctrl + Shift + I then search for _Layout.es5.js or _Layout.es5.min.js. Use the "Find all" option for faster result_Layout.esDisabled cache and the js check boxes so that you can check the JS files only.