view .dockerignore @ 4861:2ede9ac26ef2

Removed verbose output of optimisticPadClassification, (was for debugging only).
author Sascha Wilde <wilde@intevation.de>
date Wed, 04 Dec 2019 15:29:42 +0100
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