view .dockerignore @ 2824:d7c4169516fa

client: spuc7/8: further improved tooltip positioning Tooltips now also respect the top and bottom boundary of the diagram and will be positioned above or below the chart accordingly.
author Markus Kottlaender <markus@intevation.de>
date Wed, 27 Mar 2019 12:19:14 +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