Files
opensearch-pyd/.gitignore
T
Nick LangandHonza Král 211ee236fb Add script to run ES in docker container (#590)
* Adding start_elasticsearch.sh script to run elastic search on the host
in a docker container at http://localhost:9200

* update readme in instructions on how to use script
2017-05-15 22:28:26 +02:00

17 lines
186 B
Plaintext

.eggs/*
.*.swp
*~
*.py[co]
.coverage
test_elasticsearch/cover
test_elasticsearch/local.py
docs/_build
elasticsearch.egg-info
.tox
dist
*.egg
coverage.xml
nosetests.xml
junit-*.xml
build