view .dockerignore @ 1417:bd9253eec499

select bottleneck when clicked in bottleneck list Now the links in the bottleneck list behave same as clicking a bottleneck on the map. Two methods were renamed to better reflect what they do.
author Markus Kottlaender <markus@intevation.de>
date Thu, 29 Nov 2018 11:16:36 +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