view .dockerignore @ 716:22159077b564

client: add step to intersect with fairways * Add comfort function getLayerByName() so that we do not spread the number of the layer around in the code too much * Add code the get the right vectorSource and the call that could be used in the comment to prepare an intersection with the profile linestring.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 21 Sep 2018 14:48:32 +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