view .dockerignore @ 2220:d926292d81b6 pdf-export

PDF generation: changed form labels/option texts To reduce the visual size of the form, labels were removed since the form options are self-explanatory.
author Markus Kottlaender <markus@intevation.de>
date Mon, 11 Feb 2019 10:16:48 +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