Open slifty opened 5 years ago
This repository doesn't have a git ignoe, but there are definitely generated files that come out of the code base.
We should create that .gitignore using the template for Java projects.
.gitignore
While we do that, we should also delete any generated files that are already checked in. For instance server/target/ROOT.war is created by maven.
server/target/ROOT.war
This repository doesn't have a git ignoe, but there are definitely generated files that come out of the code base.
We should create that
.gitignore
using the template for Java projects.While we do that, we should also delete any generated files that are already checked in. For instance
server/target/ROOT.war
is created by maven.