view .dockerignore @ 4904:53d929f658f3 fairway-marks-import

Separate code common to all types of fairway mark imports Currently the only implemented type of fairway marks is BCNLAT.
author Tom Gottfried <tom@intevation.de>
date Thu, 06 Feb 2020 19:09:14 +0100
parents ffafd5fa7c3a
children
line wrap: on
line source

# documentation
**/README*
**/docs
**/*.md

# backend binary
cmd/gemma/gemma

# Dependency directories
.buildbase
**/node_modules

# local dotenv environment variables file
client/.env.local

# Tags tables
**/TAGS