view .dockerignore @ 4369:7c91cb922352

client: fix systemconfiguration classbreak layout * Use more width for a single classbreak so that in case of negative numbers with two digits after the decimal point (e.g. `-0.05`), we can still see the right most digit.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 11 Sep 2019 10:00:52 +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