view .dockerignore @ 5249:d855426a6e5d new-fwa

Fixed frontend for sections and stretches in new FWA implementation. This fix is not very elegant, but at least it is correct.
author Sascha Wilde <wilde@intevation.de>
date Tue, 12 May 2020 22:55:10 +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