view .dockerignore @ 826:90a601884ff2

client: improve survey selection for Morphtool * Add backend request after a bottleneck has been selected. Show a list of survey dates and save the selected survey to the store.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 27 Sep 2018 23:19:31 +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