view .dockerignore @ 4349:4ed2708234b9

identify: improve legend. Add numbers
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 09 Sep 2019 14:24:14 +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