view .dockerignore @ 4702:ef21c1464843

FA: fix inconsistency in access to values of LDCs and limiting value. This fixes an issue with the water level being always over LDC in some diagrams. Also it presumably fixes a case, where width as a limiting factor was not used.
author Sascha Wilde <wilde@intevation.de>
date Wed, 16 Oct 2019 17:35:25 +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