view .dockerignore @ 5023:776db50c01f0

Fix repairing geometries ST_Transform() and ST_MakeValid() can both collapse geometries to a lower dimension than polygonal and the output of ST_Transform() can be invalid geometries. Respect that in the order in which functions are stacked here.
author Tom Gottfried <tom@intevation.de>
date Mon, 16 Mar 2020 16:48:17 +0100
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