view .dockerignore @ 4730:76dbeab4a0d6 stack-polygons

Added a new contout type which is capable of doing a point in polygon check and use this as a second level filter in building the bbox tree.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 17 Oct 2019 23:56:19 +0200
parents ffafd5fa7c3a
children
line wrap: on
line source

# documentation
**/README*
**/docs
**/*.md

# backend binary
cmd/gemma/gemma

# Dependency directories
.buildbase
**/node_modules

# local dotenv environment variables file
client/.env.local

# Tags tables
**/TAGS