view .dockerignore @ 860:38b682eaa7b1

client: add updateing of bottleneck filter * Add a watcher on the selectedMorph to trigger the update of the bottleneck filter. * Reverse the parameter to updateBottleneckFilter() to the order that was mostly used.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 28 Sep 2018 17:19:08 +0200
parents 3704ce844530
children ffafd5fa7c3a
line wrap: on
line source

# documentation
**/README*
**/docs
**/*.md

# backend binary
cmd/gemma/gemma

# Dependency directories
**/node_modules

# local dotenv environment variables file
client/.env.local

# Tags tables
**/TAGS