view .dockerignore @ 4408:911b1349a9bd

Added minimal error handling to deletion of SR.
author Sascha Wilde <wilde@intevation.de>
date Tue, 17 Sep 2019 12:52:29 +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