view .dockerignore @ 1903:7247ac316cb7 dev-pdf-generation

client: pdf-gen: improve layout and ui * Remove download or display options, because they are not working anyway. * Add page info and about box. * Use a fixed generic logo text image and a placer holder text for the disclaimer. * Add string to translation files. * Adjust scale bar layout.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 18 Jan 2019 16:52: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