view .dockerignore @ 714:ebe6799623cb

client: improve preparation to request profile * Add hardcoded examples for bottleneck and data properties, to complete the GeoJSON towards the server. * Simplify code.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 21 Sep 2018 13:23:32 +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