view .dockerignore @ 2309:77adbdd24d52

client: fix drawing perormance * Change the vector drawing style of LOS 1 and LOS 2 layers, because hte old dash segments array posed a problem for chromium (observed with 71.0.3578.80-1~deb9u1).
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 18 Feb 2019 15:33:01 +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