view .dockerignore @ 4108:6ee5523967ec

Fixed update-db.sh: guarantee order of update scripts. `find' is not guaranteed to print the found files in any specific order, the bash pathname expansion on the other hand is guaranteed to deliver an sorted list.
author Sascha Wilde <wilde@intevation.de>
date Mon, 29 Jul 2019 16:53:15 +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