view .dockerignore @ 4362:89d2d9309a38

Merge in fa-round-in-backend branch
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 09 Sep 2019 17:25:28 +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