view .dockerignore @ 1164:dc99decbf9e3

added input to enter cross cut coordinates manually currently the input field is placed in the cross profile view, so you need to make a first cut to access this field. There needs to be another field that is accesible immediately, without making a cross cut first. Duplicated code needs to be fixed/centralized. UI needs to be improved.
author Markus Kottlaender <markus@intevation.de>
date Wed, 14 Nov 2018 09:03:20 +0100
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