view .dockerignore @ 3998:ffafd5fa7c3a

Do not load previously downloaded Go-packages into docker context
author Tom Gottfried <tom@intevation.de>
date Wed, 17 Jul 2019 18:38:44 +0200
parents 3704ce844530
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