view .dockerignore @ 4985:4bd4cd7d8429

Reverted semantics of upload-styles.sh to search data directory. This was silently changed to searching the current directory, which leads to unexpected errors when run from anywhere outside the base directory.
author Sascha Wilde <wilde@intevation.de>
date Thu, 05 Mar 2020 11:26:31 +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