view .dockerignore @ 4680:976aedc195e5

Be more clever when triggering diff calculations. If a diff calc is started bring it to its end. Before starting look if it is done and in db notice it as ready. When a calculation is on its way add to list of waiting calls to avoid starting a calculation again. Only do two diff calcs at a time.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 15 Oct 2019 18:25:40 +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