view .dockerignore @ 2292:7b62191ed955

client: pdf-gen: improve textbox function * width of the textbox is calculated based on its content when the template does not define it explicilty
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 15 Feb 2019 16:44:42 +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