vitro/.gitignore
Jim Blake 9cd5a1329a VIVO-1248 extend SparqlQueryRunner, and combine with older attempts. (#45)
* Ignore artifacts that Eclipse creates.

* VIVO-1248 Create the utils.sparqlrunner package.

This is a merge of most of the edu.cornell.mannlib.vitro.webapp.utils.sparql package with
edu.cornell.mannlib.vitro.webapp.utils.SparqlQueryRunner

Remove the references to those classes.

* VIVO-1248 extend SparqlQueryRunner, and combine with older attempts.
2017-01-03 13:16:22 -05:00

24 lines
384 B
Text

/webapp/.build/
/.classpath
/.project
/.settings
/bin/
/webapp/config/deploy.properties
/webapp/config/build.properties
/webapp/config/runtime.properties
/webapp/config/debug.log4j.properties
.build
utilities/solrtester/.work
utilities/rdbmigration/.work
utilities/sdb_to_tdb/.work
**/.idea
**/*.iml
**/target
**/overlays
# Eclipse artifacts
**/.settings
**/.classpath
**/.project