view .dockerignore @ 4165:8dd59e2c9d3d

Add Dockerfile for testing with upstream PostgreSQL/PostGIS
author Tom Gottfried <tom@intevation.de>
date Mon, 05 Aug 2019 13:51:08 +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