view .dockerignore @ 4473:3543af71d04c

client: pdf-gen: improve file naming for the exported pdf
author Fadi Abbud <fadi.abbud@intevation.de>
date Tue, 24 Sep 2019 16:39:06 +0200
parents ffafd5fa7c3a
children
line wrap: on
line source

# documentation
**/README*
**/docs
**/*.md

# backend binary
cmd/gemma/gemma

# Dependency directories
.buildbase
**/node_modules

# local dotenv environment variables file
client/.env.local

# Tags tables
**/TAGS