view .dockerignore @ 4004:79adff625ed8

Let psql treat each schema update script as a file No more semicolon required at the end of each script and psql meta-commands such as \ir can be used, which is especially useful to avoid duplicating DDL in update scripts.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jul 2019 19:46:19 +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