view .dockerignore @ 4087:1562a5fb36dc

Handle Nash-Sutcliff more tolerant for NaN/Inf values. Due to limitation of JSON we encode these values as 0 and +/- MaxFloat64.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 25 Jul 2019 17:15:00 +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