view .dockerignore @ 1927:5a37ee321651

client: make isolines legend graphic internally availableo * Add isolines legend graphic to vuex store. Rename it to reflect it being a dataURL now. * License header: for store/map.js add 2019 and author BER.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 21 Jan 2019 10:56: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