view .dockerignore @ 5700:45240edad249 sr-v2

Make Go 1.21 compatible.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 13 Feb 2024 23:05:59 +0100
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