view .dockerignore @ 2396:6af41bb6656f

Using a table in a view before it is created is not possible The view bottlenecks_geoserver used the table fairway_availability before it was created.
author Tom Gottfried <tom@intevation.de>
date Wed, 27 Feb 2019 16:20:22 +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