prior-art-archive / query-parser-docker

Dockerized version of the parser (starting w v1)
1 stars 0 forks source link

Create a .gitignore and remove generated files #1

Open slifty opened 5 years ago

slifty commented 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.

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.