view .dockerignore @ 4797:9a4f5f319419

Removed verbose info output, used for debugging during development.
author Sascha Wilde <wilde@intevation.de>
date Fri, 25 Oct 2019 17:48:33 +0200
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