view .dockerignore @ 2240:c3cc21dee75d

client: pdf-gen add multi-language font * Add use of three LinBiolinum fonts from libertine-fonts.org. See the header of font-linbiolinum.js how I've prepared them for jsPDF. There certainly is a better way to load these files. * Adapted pdf layout slightly to accomodate for the font now used.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 13 Feb 2019 15:14:53 +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