view .dockerignore @ 4370:1e0d5c40b3f1

client: improve systemconfiguration classbreaks * Use even more width for a single classbreak field so that in case of invalid negative numbers with three digits after the decimal point (e.g. `-0.051`), we can still half the of the right most digit to understand the reason for the problem. * Improve warning message, to leave of the `Please check` part. It is less significant and obvious to the user, because the values have to be checked and corrected before the code allows sending of the new config.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 11 Sep 2019 10:30:07 +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