I have multiple static files and libraries in my /wwwroot folder that are obviously required to run my App. However, I also have JS libraries for additional content in there that I sourced from somewhere else.
If I understand correctly, you are not supposed to commit code that is not yours. But how can I make sure that other people can run my code properly if I should not include my downloaded JS libraries then? I have just started working with JS and expanding my static content. It may be an easy point but I probably missed it.