view .dockerignore @ 4032:2fcfae3daa7d

Backed out changeset 82037bbd2c7c As long as we do an INSERT also for every line without changes, a review remains necessary to remove those entries from the staging area.
author Tom Gottfried <tom@intevation.de>
date Tue, 23 Jul 2019 14:58:56 +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