view .dockerignore @ 4882:566e9ee70d45

Backout changesets 5c12b7cdc58c and 8a4c98b80fbd Usefulness for dump/restore could not be approved in further tests.
author Tom Gottfried <tom@intevation.de>
date Fri, 31 Jan 2020 15:48:52 +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