vivo/.gitignore
Jim Blake da0b68f001 VIVO-1248 extend SparqlQueryRunner, and combine with older attempts. (#36)
* VIVO-1247, remove duplicate code used with ConfigurationBeanLoader.

Now that the @Property annotation includes cardinality parameters, we can remove a lot of duplicate code.

* Ignore artifacts that Eclipse creates.

* VIVO-1248 Remove references to older SPARQL utils

edu.cornell.mannlib.vitro.webapp.utils.sparql package
edu.cornell.mannlib.vitro.webapp.utils.SparqlQueryRunner
2017-01-03 13:19:48 -05:00

24 lines
338 B
Text

/.build/
/.classpath
/.project
/.settings
/bin/
/deploy.properties
/build.properties
/runtime.properties
/ontology/public/catalog-v0001.xml
rdf/auth/firsttime/test-user-model.owl
utilities/solrtester/.work
utilities/rdbmigration/.work
**/.idea
**/*.iml
**/target
**/overlays
# Eclipse artifacts
**/.settings
**/.classpath
**/.project