view .dockerignore @ 4957:b0607611bcdf fairway-marks-import

Fixup rev. 7cc79c65a9e5
author Tom Gottfried <tom@intevation.de>
date Wed, 26 Feb 2020 12:34:11 +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