So I have pushed my first project to github but the web-inf folder has not pushed. From reading a bit on google it seems that this is due to git.ignore and it is common practice to not push/pull web-inf. However in my project it contains a web.xml that I need to run the project.
So two questions;
Why do people not push/pull web-inf?
if I don't push/pull it how can I work on my project on multiple machines/copies of netbeans?