view .dockerignore @ 888:2e2ac0b88af9

client: hide menu button and box for print * Use bootstrap 4's class to hide the menu button and box from printing.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 01 Oct 2018 17:46:58 +0200
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