view .dockerignore @ 3316:c7b48272e11e

client: fairway availability: removed unnecessary computed property Since entries() was only used for stretches/sections the check for type=bottlenecks was not necessary. To make think even more clear and straight forward, I just removed this computed entries property and just added a new select, so that now every type has it's own select. Bit more html but less bloated component logic.
author Markus Kottlaender <markus@intevation.de>
date Fri, 17 May 2019 14:58:59 +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