view .dockerignore @ 5406:6d73836bc2fb marking-single-beam

quick fix of typo
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 06 Jul 2021 14:26:02 +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