view .dockerignore @ 4056:1ecfe5d015b0

Fixup rev. 4bf1c8d91bac: take new column into account in tests
author Tom Gottfried <tom@intevation.de>
date Thu, 25 Jul 2019 08:06:22 +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