view .dockerignore @ 717:bb0788567609

Merge output of ST_3DIntersection into a single linestring Multiple linestrings were returned where contiguous lines had to be expected. The end result is still a multi-linestring and contains multiple contiguous linestrings in case the survey area is intersected multiple times.
author Tom Gottfried <tom@intevation.de>
date Fri, 21 Sep 2018 15:53:17 +0200
parents 3704ce844530
children ffafd5fa7c3a
line wrap: on
line source

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

# backend binary
cmd/gemma/gemma

# Dependency directories
**/node_modules

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

# Tags tables
**/TAGS