view .dockerignore @ 4398:1ab8a5bbce02

server: remove trace of old tokenserver binary
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 13 Sep 2019 16:16: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