view .dockerignore @ 619:6af5f8fee3a3

fix: No toast for unauthorized login In case username and password did not match, an error message as well as a toast was shown. In case of NOT AUTHORIZED (401) the toast is omitted now
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 11 Sep 2018 11:40:31 +0200
parents 3704ce844530
children ffafd5fa7c3a
line wrap: on
line source

# documentation
**/README*
**/docs
**/*.md

# backend binary
cmd/gemma/gemma

# Dependency directories
**/node_modules

# local dotenv environment variables file
client/.env.local

# Tags tables
**/TAGS