view .dockerignore @ 4986:136dc9e528c4

Added option --extra_dir to upload-styles.sh script. This is intended to upload styles from other repositories in addition to the included ones.
author Sascha Wilde <wilde@intevation.de>
date Thu, 05 Mar 2020 11:53:49 +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