view .dockerignore @ 2643:27933e66e848

client: gauges: use isrs_code as unique id for gauges
author Markus Kottlaender <markus@intevation.de>
date Thu, 14 Mar 2019 13:11:22 +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