I need help organizing js files in VS.
So my problem is that VS (MVC) put all js files by default in the script directory, but I also have js created by me in a subdirectory, like this:

Now my problem is that when I open the scripts folder, the js files installed by NuGet take up 2-3 screens in length, so I either have to open / close them each time, or scroll, like not tomorrow.
So my question is: are there any good solutions? How to move all files to a subdirectory and change each package, as well as the NuGet configuration, or should I create a separate script directory for my custom js files? Any good ideas?
source share