view .dockerignore @ 2961:5bc941d9ec43

Fix checking of depth reference for sounding result Depth references have to match any depth reference associated with the bottlenecks reference gauge. However, these cannot necessarily be expected to be also in depth_references.
author Tom Gottfried <tom@intevation.de>
date Mon, 08 Apr 2019 16:27:37 +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