Compare commits

..

No commits in common. "d761bb0c3d2d4fc0dddfe9e51bf4cd920d1ee039" and "43090f3660f2a885ad002250d6820ef86ec176f5" have entirely different histories.

2 changed files with 5 additions and 62 deletions

62
.gitignore vendored
View File

@ -1,63 +1 @@
elasticsearch-readonlyrest-plugin
# Vim
*.swp
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
prof/
var/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.pytest*
nosetests.xml
coverage.xml
*,cover
.hypothesis/
# Translations
*.mo
*.pot
# dotenv
.env
# virtualenv
venv/
ENV/

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
# taken from https://hub.docker.com/_/gradle/
FROM gradle:alpine
USER root
RUN apk add --update make zip git