view .dockerignore @ 1137:2fb6c0a6ec8a

Avoid intersection of each isoline with area on insert Since rev. a4e003ba0074, this intersection is already done along with the triangulation.
author Tom Gottfried <tom@intevation.de>
date Thu, 08 Nov 2018 16:30:53 +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