view .dockerignore @ 1933:1aa2921d8832

client: pdf-gen: make scalebar box size dynamic * Change the calculation of the size of the scalebar to use a fixed maximum size and draw the box around it, when the size has been cacalculated. Use a fixed placement in the lower right corner for now.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 21 Jan 2019 13:02:32 +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