In the past, I've only developed Java applications. This is my first time attempting an actual web app on my own, so pardon the painfully rookie question.
Should I add the WEB-INF/web.xml file to version control? It appears to be a generated file, so my instinct is to add it to the ignore list, but I thought I'd ask and make sure.
Thanks!