view .dockerignore @ 5476:453a33b0717d

GetLegendGraphics URL escaped ';' by '%3B'. The typical call according to https://docs.geoserver.org/latest/en/user/services/wms/get_legend_graphic/index.html contains semicolons as separators. Due to https://github.com/golang/go/issues/25192 we omit the direct usage of ';' in the geoserver call.
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 17 Aug 2021 16:51:43 +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