view .dockerignore @ 2558:802d2a62b4bc

schema: fix bottleneck_overview's project * Add an explicit SRID to the point type cast, so that Geoserver can recognise the projection.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 08 Mar 2019 13:22:32 +0100
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