view .dockerignore @ 2313:ba4dfff74d3f

client: improve styles for LOS layers * Activate filling for LOS layers, so they can be seen better. The LOS 3 is just making things lighter, while LOS 2 and 1 add a yellow tint.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 18 Feb 2019 16:08:16 +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